Aniket Pant
d48f5137e5
Update readme
...
Information on new export options added
Signed-off-by: Aniket Pant <me@aniketpant.com>
2013-06-21 19:23:27 +05:30
Aniket Pant
65760eabff
Add slugify to requirements
...
Signed-off-by: Aniket Pant <me@aniketpant.com>
2013-06-21 19:22:28 +05:30
Aniket Pant
5408f60db3
Add new export option
...
Support for json and md retained
All export types moved to --export except tags
Signed-off-by: Aniket Pant <me@aniketpant.com>
2013-06-21 19:22:02 +05:30
Aniket Pant
a959ed49fd
Add default export folder config
...
Signed-off-by: Aniket Pant <me@aniketpant.com>
2013-06-21 19:20:57 +05:30
Manuel Ebert
868d29a92e
Allow python 3 to fail on travis
2013-06-09 16:04:17 -07:00
Manuel Ebert
cd2eebab34
Typo
2013-06-09 15:59:49 -07:00
Manuel Ebert
b4a28d3c7b
Changelog cleanup
2013-06-09 15:59:11 -07:00
Manuel Ebert
5bb8f9c567
Better Unicode support
...
Closes #72
2013-06-09 15:55:03 -07:00
Manuel Ebert
cf7581c0c0
Moves tag export to exporters
2013-06-09 15:07:27 -07:00
Manuel Ebert
32f3d23b90
Nicer error message when there is a syntactical error in your config file.
2013-06-09 14:49:02 -07:00
Manuel Ebert
48c5dd8aa1
JSON exports tags
...
Closes #78 . This changes the export format to
{
tags: {tag: count},
entries: [{…}, {…}, …]
}
2013-06-09 14:48:56 -07:00
Manuel Ebert
0bf2354bc2
Disables PyICU use for now until proper localization is implemented.
...
Fixes #52
2013-05-08 10:08:48 -07:00
Manuel Ebert
fde308e4ba
Backwards compatibility with parsedatetime 0.8.7
...
Closes #76
2013-05-08 09:56:49 -07:00
Manuel Ebert
aef9a0ee7e
Fixes double readline import
...
Should finally fix #71
2013-04-23 16:29:32 -07:00
Manuel Ebert
1417305c2e
Formatting
2013-04-23 09:13:06 -07:00
Manuel Ebert
4528d9f612
Conditional import for pyreadline
...
Fixes #71
2013-04-23 09:13:00 -07:00
Manuel Ebert
56a9c0bbcc
pycrypto back to extras.
...
Fixes 68
2013-04-22 09:58:45 +02:00
Manuel Ebert
2790f250e6
Merge pull request #70 from okin/master
...
Make the cli work again.
2013-04-22 00:14:34 -07:00
Niko Wenselowski
dab192db86
Make the cli work again.
2013-04-21 22:03:49 +02:00
Manuel Ebert
dbddb7d6c9
Build status
2013-04-19 17:58:07 +02:00
Manuel Ebert
3abe14bab1
Better utf8 support
2013-04-19 17:32:32 +02:00
Manuel Ebert
8865816d60
Updated readme and changelog and changed config path according to discussion
2013-04-19 16:58:19 +02:00
Manuel Ebert
62a48d7b02
Merge branch 'patch-1' of git://github.com/evaryont/jrnl into evaryont-patch-1
2013-04-19 16:50:27 +02:00
Manuel Ebert
9f33c9c9c4
Fixes for Python 3 Support
2013-04-19 15:19:21 +02:00
Manuel Ebert
8200ebb6fe
Python 3 compatibility
2013-04-19 14:46:05 +02:00
Manuel Ebert
52b5b4848d
Experimental build settings for travis
2013-04-18 11:52:53 +02:00
Manuel Ebert
80da7326b8
Python 2.6 compatibility
...
Closes #67
2013-04-18 11:51:42 +02:00
Manuel Ebert
41706c3cb5
Fixes install routine
2013-04-17 12:02:26 +02:00
Manuel Ebert
9b0bee0637
Fixes readline support on windows
...
Closes #60
2013-04-17 10:50:03 +02:00
Manuel Ebert
36fe783e5e
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
8ed2e36669
Fixes bug when showing tags when no tags are defined.
...
Closes #63
2013-04-17 10:27:17 +02:00
Manuel Ebert
b2a5b7b219
Automatic versioning
2013-04-17 10:19:38 +02:00
Manuel Ebert
24f769cf66
Makes PyCrypto an automatic install
2013-04-17 10:19:25 +02:00
Manuel Ebert
fe521147c0
Uses colorama instead of clint
2013-04-17 10:19:02 +02:00
Alex Apolloni
38d2734c96
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
080bfd513f
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
9a55b2c81b
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
1fc6bc2dd7
Fix issue where embedded decimal in title causes title to get cut off.
2013-03-28 21:31:08 -04:00
Manuel Ebert
ba2b4a592a
Fixes typos in readme
2013-03-13 00:51:24 -07:00
Manuel Ebert
e3613b8628
Version bump
2013-03-12 13:30:24 -07:00
Manuel Ebert
3d31e31eb5
Requires current version of parsedatime when using setuptools
...
Closes #52
2013-03-12 13:29:10 -07:00
Manuel Ebert
ba9e39f050
Changelog updated
2013-03-04 15:49:59 -08:00
Manuel Ebert
dd47a94b61
Version bump to 1.0.0 ⭐
2013-03-04 14:58:02 -08:00
Manuel Ebert
fe5f318c16
Merge pull request #51 from maebert/dayone
...
Dayone support
2013-03-04 14:57:10 -08:00
Manuel Ebert
caad0bdbae
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
05198b65b7
Cleaner syntax and messages
2013-03-04 14:54:29 -08:00
Stephan Gabler
a8777b747a
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
123000ce41
Fixes issue where now date was given
2013-03-04 14:44:04 -08:00
Manuel Ebert
5236ca0c44
Compatibility with parsedatetime 1.x
2013-03-04 14:43:55 -08:00
Manuel Ebert
1c0916a8f3
Removes 3.2 support from travis
2013-02-19 14:53:43 -08:00