Commit graph

1940 commits

Author SHA1 Message Date
Manuel Ebert
8cedf04b0a Backwards compatibility with parsedatetime 0.8.7
Closes #76
2013-05-08 09:56:49 -07:00
Manuel Ebert
800c89543f Fixes double readline import
Should finally fix #71
2013-04-23 16:29:32 -07:00
Manuel Ebert
897ba57783 Formatting 2013-04-23 09:13:06 -07:00
Manuel Ebert
7fda109e55 Conditional import for pyreadline
Fixes #71
2013-04-23 09:13:00 -07:00
Manuel Ebert
3c07c7dee0 pycrypto back to extras.
Fixes 68
2013-04-22 09:58:45 +02:00
Manuel Ebert
4a94705b25 Merge pull request #70 from okin/master
Make the cli work again.
2013-04-22 00:14:34 -07:00
Niko Wenselowski
a3ea62333e Make the cli work again. 2013-04-21 22:03:49 +02:00
Manuel Ebert
cb77ebc81b Build status 2013-04-19 17:58:07 +02:00
Manuel Ebert
884881546d Better utf8 support 2013-04-19 17:32:32 +02:00
Manuel Ebert
8842b8589f Updated readme and changelog and changed config path according to discussion 2013-04-19 16:58:19 +02:00
Manuel Ebert
02da463f10 Merge branch 'patch-1' of git://github.com/evaryont/jrnl into evaryont-patch-1 2013-04-19 16:50:27 +02:00
Manuel Ebert
634d84c77e Fixes for Python 3 Support 2013-04-19 15:19:21 +02:00
Manuel Ebert
3052e0cce7 Python 3 compatibility 2013-04-19 14:46:05 +02:00
Manuel Ebert
cf720732b2 Experimental build settings for travis 2013-04-18 11:52:53 +02:00
Manuel Ebert
5b4b1e71d6 Python 2.6 compatibility
Closes #67
2013-04-18 11:51:42 +02:00
Manuel Ebert
65b4d5ffa0 Fixes install routine 2013-04-17 12:02:26 +02:00
Manuel Ebert
65aff0d75e Fixes readline support on windows
Closes #60
2013-04-17 10:50:03 +02:00
Manuel Ebert
c92339e4e2 Merge pull request #61 from alapolloni/master
Update jrnl.py so that a trailing / for a DayOne journal config is seen as a DayOne journal.
2013-04-17 01:32:56 -07:00
Manuel Ebert
dfba03d127 Fixes bug when showing tags when no tags are defined.
Closes #63
2013-04-17 10:27:17 +02:00
Manuel Ebert
a8958e7b0d Automatic versioning 2013-04-17 10:19:38 +02:00
Manuel Ebert
ba6f7a43ba Makes PyCrypto an automatic install 2013-04-17 10:19:25 +02:00
Manuel Ebert
e0f7d235b1 Uses colorama instead of clint 2013-04-17 10:19:02 +02:00
Alex Apolloni
06e664d78a allow trailing \ for DayOne journals
https://github.com/maebert/jrnl#dayone-integration
sort of infers that it in the .jrnl_config it should end in a /

but prior to this, if there was a trailing / then jrnl thought it was
looking at a text type journal.
2013-04-15 14:05:04 +02:00
No GUI
b66480ff1d Support a custom location for the config
Export $JRNL_CONFIG to override the location instead of using $HOME. Too many dotfiles are literring it, ya' know?

Linux desktop users, you might like if you follow the XDG standards:

    export JRNL_CONFIG=$XDG_CONFIG_HOME/jrnl/config
2013-04-14 13:19:03 -07:00
Manuel Ebert
f79f7cf849 Merge pull request #56 from notbalanced/master
Fixes issue where entry is split into title and body at decimal points in numbers.
2013-03-29 13:47:59 -07:00
Craig Moyer
ff722417db Fix issue where embedded decimal in title causes title to get cut off. 2013-03-28 21:31:08 -04:00
Manuel Ebert
165d9b2d8d Fixes typos in readme 2013-03-13 00:51:24 -07:00
Manuel Ebert
fb94c816f7 Version bump 2013-03-12 13:30:24 -07:00
Manuel Ebert
6af77a0b10 Requires current version of parsedatime when using setuptools
Closes #52
2013-03-12 13:29:10 -07:00
Manuel Ebert
151b0d8e34 Changelog updated 2013-03-04 15:49:59 -08:00
Manuel Ebert
95e828e643 Version bump to 1.0.0 2013-03-04 14:58:02 -08:00
Manuel Ebert
61835d88ec Merge pull request #51 from maebert/dayone
Dayone support
2013-03-04 14:57:10 -08:00
Manuel Ebert
3ecf8e343c Merges pull request #49 from dedan/remove_single_tags
* remove_single_tags:
  Cleaner syntax and messages
  remove tags that were used only once.
2013-03-04 14:55:30 -08:00
Manuel Ebert
e748dbacf3 Cleaner syntax and messages 2013-03-04 14:54:29 -08:00
Stephan Gabler
fb0dbbcf65 remove tags that were used only once.
I sometimes look at the overview of tags with `jrnl --tags` and there
I found it annoying to see all the tags that appeared only once. Those
are now filtered out and I print a comment saying that they were filtered out

Also changed the order (sorted by counts) in which the tags are printed. For
a CLI application I think it is nicer to see the more important version at the end
2013-03-04 14:53:46 -08:00
Manuel Ebert
f14c7c4d5f Fixes issue where now date was given 2013-03-04 14:44:04 -08:00
Manuel Ebert
4a24d6e3d3 Compatibility with parsedatetime 1.x 2013-03-04 14:43:55 -08:00
Manuel Ebert
1da6d4c47d Removes 3.2 support from travis 2013-02-19 14:53:43 -08:00
Manuel Ebert
42f2371c5d Fixes requirements and setup 2012-12-14 15:18:30 -08:00
Manuel Ebert
2a5a7fb478 Travis CI integration 2012-12-14 14:58:46 -08:00
Manuel Ebert
fb8bc90eac Documentation on DayOne integration 2012-08-09 18:43:57 +02:00
Manuel Ebert
09fcae26d9 Smarter UUID creation for DayOne journals 2012-08-09 18:42:31 +02:00
Manuel Ebert
07bf1da31c Experimental DayOne Support
Just point your jrnl file to a folder ending with `.dayone` and magic.
Supports both reading and creation (and hence all other export magic,
although this is untested).
2012-08-09 18:33:00 +02:00
Manuel Ebert
477fc1487f New style class, new_entry returns entry 2012-08-09 17:54:17 +02:00
Manuel Ebert
691c67b13b Removed unnecessary print statement 2012-07-25 17:59:59 +02:00
Manuel Ebert
4e3ddeb571 bump to 1.0.0-rc1 2012-07-23 13:09:46 +02:00
Manuel Ebert
0eb71f2b18 Notes on 1.0.0-rc1 2012-07-23 13:09:46 +02:00
Manuel Ebert
c99c815ade Fixes a bug where jrnl would not go into compose mode if the entry comes from command line, is wrapped into quotes and starts with a tag symbol 2012-07-23 13:09:46 +02:00
Manuel Ebert
d6efe2def3 Notes on individual settings for multiple journals 2012-07-23 13:09:45 +02:00
Manuel Ebert
c26ed24389 Better support for individual configs 2012-07-23 13:09:45 +02:00