Manuel Ebert
6783df07d3
Changelog & version bump
2014-03-24 08:46:20 -07:00
Manuel Ebert
879e1adec7
Small fix for unicode in DayOne, fixes #119
2014-03-24 08:45:48 -07:00
Manuel Ebert
e15edf9192
Version bump
2014-03-19 15:21:52 -07:00
Manuel Ebert
c89247ef94
Adds the tag symbol to day one entries on load
2014-03-19 14:44:47 -07:00
Josh Tan
bb3778a099
Simplified syntax for joining journal names with new lines.
2014-02-23 22:46:28 -06:00
Josh Tan
3450967eb3
Added ability to list accessible journals.
...
Previously, if a user forgot the exact name of a journal, they could check the configuration file to retrieve this information. This patch adds support for performing this task using the jrnl interface.
The newly added '-ls' option retrieves the available journals from the jrnl configuration files and displays each journal name on a separate line.
This patch also updates the jrnl help display and the usage documentation to reflect these changes.
2014-02-23 22:21:54 -06:00
William Minchin
545d2c296a
Fix linewrap
...
If a line was exactly the length of `linewrap`, the extra space was
causing the next line to be blank. But if the line is empty, we need the
space to maintain the `| ` sidebar.
2014-02-07 08:24:30 -07:00
William Minchin
8c461c7f9c
Don't replace all double spaces
...
want to maintain the ability to format with the use of just text.
2014-02-07 08:21:28 -07:00
Manuel Ebert
04aed1001f
Changelog and docs
2014-02-05 10:19:01 -08:00
Manuel Ebert
ff3c2ecdc3
Allows -3 as a shortcut for -n 3
2014-02-05 10:16:40 -08:00
William Minchin
623fc076ad
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
9cc37f964f
Fix a logic bug so that jrnl -h and jrnl -v are possible even if jrnl not configured yet.
2014-01-26 14:15:46 +01:00
Manuel Ebert
99b5d7821d
Upgrade to parsedatetime 1.2
2014-01-26 12:37:41 +01:00
Manuel Ebert
46951cbe12
More unicode support
2014-01-23 15:14:20 +01:00
Manuel Ebert
d35502423a
Cleaned up imports to work with Python2.6 and Python 3.3
2014-01-23 14:33:14 +01:00
Manuel Ebert
c3d6a38e45
Port slugify to Python3
2014-01-19 11:58:13 +01:00
William Minchin
57785117ab
colorama fixes
2014-01-03 10:42:32 -07:00
Manuel Ebert
24147a25af
Changelog
2014-01-03 16:02:39 +01:00
Manuel Ebert
03bce74262
Make editing work with templates
2014-01-03 15:52:59 +01:00
Manuel Ebert
3f9d9bf84f
Only install colorama on windows
2014-01-03 15:51:27 +01:00
Manuel Ebert
9d352b4bad
Gets rid of colorama
2014-01-02 23:41:53 +01:00
Manuel Ebert
01703af728
Touch tmpfiles before opening
2014-01-02 07:48:57 +01:00
Manuel Ebert
0ed711230a
Dateutil added to requirements.
2013-12-22 18:46:26 +01:00
Manuel Ebert
91fd821bcc
Changelog, dogs
2013-12-22 17:11:32 +01:00
Manuel Ebert
67c012a98a
Fix for #117
2013-12-22 14:52:06 +01:00
Manuel Ebert
0e637d26d0
DayOne support for --edit
2013-12-21 15:00:26 +01:00
Manuel Ebert
ca6b16a5a1
Cleaner parsing
2013-12-21 14:59:24 +01:00
Manuel Ebert
e4bc0794f1
Modified flag for entries
2013-12-20 16:16:48 +01:00
Manuel Ebert
4d8949bbed
Get rid of --delete
2013-12-20 16:16:48 +01:00
Manuel Ebert
7e6c784556
Version bump
2013-11-30 15:14:53 -08:00
Manuel Ebert
abe586d84e
Deleting the last entry
2013-11-30 14:55:37 -08:00
Manuel Ebert
83702fab98
py2.6
2013-11-29 11:13:12 -08:00
Manuel Ebert
f22ddd706b
jrnl.py:cli -> cli.py:run
2013-11-29 10:23:09 -08:00
William Minchin
34acf9002f
Set default linewrap to 79 globally
2013-11-27 12:52:56 -07:00
William Minchin
79a8b59e6f
Windows: wraps lines at 79 chars by default
...
trying to wrap lines at 80 char in Windows' CMD results in blank lines
following lines that are exactly 80 char long
2013-11-27 10:25:17 -07:00
William Minchin
e176e1145b
Change break msg for Windows
...
for multiline input on Windows, you need Ctrl+Z to exit
2013-11-27 10:07:06 -07:00
Manuel Ebert
568c493db1
Docs & Version bump
2013-11-24 11:29:55 -08:00
Manuel Ebert
e801c62cef
Piping data into jrnl and multiline composing
2013-11-24 11:29:45 -08:00
Manuel Ebert
de6f4b2823
Squash of @alapolloni 's PR
...
Fixes #100 and #102
2013-11-22 12:27:52 -08:00
Manuel Ebert
fb629266e6
ixed a bug that caused creating encrypted journals to fail
2013-11-20 16:55:41 -08:00
Manuel Ebert
b81c4bfe86
Changelog update
2013-11-05 10:23:26 -08:00
Manuel Ebert
588229581b
Starring entries and looking at the stars
2013-11-05 10:23:26 -08:00
Manuel Ebert
3d1d6ac6d0
Parses -from 1980
as Jan 1 1980
2013-11-04 00:36:46 -08:00
Manuel Ebert
1e9fe2cf1e
-short becomes --short
2013-11-04 00:36:10 -08:00
Manuel Ebert
e44240287e
Version bump
2013-11-03 20:02:28 -08:00
Manuel Ebert
8c31796aa4
Deprecates -date and -star arguments
2013-11-03 20:02:28 -08:00
Manuel Ebert
31e64ff6a0
"Starred" in json export
2013-11-03 20:02:28 -08:00
Manuel Ebert
82336ffe75
Starring entries and looking at the stars
2013-11-03 20:02:18 -08:00
Manuel Ebert
9356fb13fa
Version bump
2013-11-03 14:39:35 -10:00
Manuel Ebert
6a81b18544
Attempts to fix common errors in jrnl_config automatically
2013-11-03 14:38:32 -10:00