Commit graph

31 commits

Author SHA1 Message Date
Jonathon Scanes
948d031777 Prevent printing stack trace in compose mode on ctrl+c. 2014-06-27 14:00:20 +02:00
Chris Sexton
9276a92a0b Allow parallel edits
* Wait to open the journal until after getting text
* Use mktemp so that editors like vim get separate files for editing
2014-06-26 08:29:42 -04:00
Manuel Ebert
16e09a8095 byte2int for PY3 2014-04-16 17:14:57 -04:00
Manuel Ebert
0b678ce69c Use PKCS#7 for encryption
Closes #156
2014-04-16 17:03:24 -04:00
William Minchin
ca7a804b09 Convert from local util.get_local_timezone() to tzlocal.get_localzone()
one side effect is that a `pytz` object is returned rather than a
string, and so conversion to a string must be done explicitly at run
time where needed.
2014-01-29 09:57:15 -07:00
Manuel Ebert
6c51374f08 More unicode support 2014-01-23 15:14:20 +01:00
Manuel Ebert
ab9a3b5192 Cleaned up imports to work with Python2.6 and Python 3.3 2014-01-23 14:33:14 +01:00
Manuel Ebert
6c9687110c Port slugify to Python3 2014-01-19 11:58:13 +01:00
William Minchin
447fb4d59f colorama fixes 2014-01-03 10:42:32 -07:00
Manuel Ebert
26878883dd Make editing work with templates 2014-01-03 15:52:59 +01:00
Manuel Ebert
f0aab36e19 Only install colorama on windows 2014-01-03 15:51:27 +01:00
Manuel Ebert
fcd8c4d214 Gets rid of colorama 2014-01-02 23:41:53 +01:00
Manuel Ebert
77b669aedf Touch tmpfiles before opening 2014-01-02 07:48:57 +01:00
Manuel Ebert
bc75d4031b Deleting the last entry 2013-11-30 14:55:37 -08:00
Manuel Ebert
a88459dc1c Piping data into jrnl and multiline composing 2013-11-24 11:29:45 -08:00
Manuel Ebert
421d27f021 Squash of @alapolloni 's PR
Fixes #100 and #102
2013-11-22 12:27:52 -08:00
Manuel Ebert
37fad66942 ixed a bug that caused creating encrypted journals to fail 2013-11-20 16:55:41 -08:00
Manuel Ebert
b60605567e Attempts to fix common errors in jrnl_config automatically 2013-11-03 14:38:32 -10:00
Manuel Ebert
f9f20fb4ad Better prompts for y/n questions 2013-10-21 14:36:31 -07:00
Manuel Ebert
68cd41de40 Remove tests for having password in config 2013-10-17 16:00:45 -07:00
Manuel Ebert
be2c511ea4 Saves password to keyring
Closes #96 and deprecates password field in config
2013-10-17 14:55:59 -07:00
Manuel Ebert
08d260f3b2 Treat non-OS X separately 2013-09-16 10:57:37 -07:00
Manuel Ebert
1246fb2bbb Fixes #93 2013-09-16 10:45:57 -07:00
Manuel Ebert
e78786e19a Unifies encryption between python versions 2013-07-22 21:24:19 +02:00
Manuel Ebert
95f68a5109 Allows getpass to get bypassed by reading from stdin 2013-07-22 20:08:41 +02:00
Manuel Ebert
7cf4fd701e Uses stderr for prompts instead stdout 2013-07-22 12:04:01 +02:00
Manuel Ebert
c303ea8455 Python 3 improvements 2013-07-19 13:24:18 +02:00
Manuel Ebert
6abd7d5b68 Mock stdin 2013-07-19 12:44:39 +02:00
Manuel Ebert
de8caf08a6 Caches local timezone 2013-07-15 13:37:30 +02:00
Manuel Ebert
f6be2f13a5 Workaround for get_localzone on OS X 2013-07-15 13:32:23 +02:00
Manuel Ebert
8200ebb6fe Python 3 compatibility 2013-04-19 14:46:05 +02:00