Commit graph

410 commits

Author SHA1 Message Date
Manuel Ebert
eb904568bb Changelog & version bump 2014-07-28 18:44:07 -06:00
Manuel Ebert
3f87ce15c3 Small fix for unicode in DayOne, fixes #119 2014-07-28 18:44:03 -06:00
Manuel Ebert
375b6e1d0b Makefile update 2014-07-28 18:44:00 -06:00
Manuel Ebert
2461524299 Version bump 2014-07-28 18:43:57 -06:00
Manuel Ebert
36cbc02276 Tests for filtering by tags 2014-07-28 18:43:54 -06:00
Manuel Ebert
ef6f5e85f5 Adds the tag symbol to day one entries on load 2014-07-28 18:43:51 -06:00
Josh Tan
1faf496595 Simplified syntax for joining journal names with new lines. 2014-07-28 18:43:48 -06:00
Josh Tan
b121c53186 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-07-28 18:43:44 -06:00
Manuel Ebert
891f20ae9b Flexible argparse for 2.6 2014-07-28 18:43:41 -06:00
William Minchin
0f0b31e67f 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-07-28 18:43:38 -06:00
William Minchin
c75efd8326 Don't replace all double spaces
want to maintain the ability to format with the use of just text.
2014-07-28 18:43:35 -06:00
Manuel Ebert
34e35fd8cb Download count 2014-07-28 18:43:32 -06:00
Manuel Ebert
c6c7ce35aa Changelog and docs 2014-07-28 18:43:29 -06:00
Manuel Ebert
4440bf5ca1 Allows -3 as a shortcut for -n 3 2014-07-28 18:43:25 -06:00
Manuel Ebert
2e6dfcbeb4 Clean up 2014-07-28 18:43:22 -06:00
William Minchin
87ec18fa78 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-07-28 18:43:19 -06:00
William Minchin
d957fd70ee Fix typos in test files 2014-07-28 18:43:16 -06:00
William Minchin
253978f747 require tzlocal version 1.1 or better
jrnl needs the OSX fixes in version 1.1
2014-07-28 18:43:13 -06:00
William Minchin
0790204a85 [Travis-CI] manually install PyCrypto 2014-07-28 18:43:09 -06:00
William Minchin
fb23c41bba Use Travis-CI without requirements.txt 2014-07-28 18:43:06 -06:00
William Minchin
eb273a446b Just use setup.py
(don't keep a second copy in `requirements.txt`)
2014-07-28 18:43:03 -06:00
William Minchin
c756770a67 allow newer versions of tzlocal 2014-07-28 18:43:00 -06:00
William Minchin
5ff185b2df documentation typo fix 2014-01-28 14:37:15 -07:00
Manuel Ebert
81b684afdf Merge pull request #129 from maebert/fix-argparse
Fix a logic bug so that jrnl -h and jrnl -v are possible even if jrnl no...
2014-01-26 10:22:40 -08:00
Manuel Ebert
fc72514434 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
1e4506803b Merge pull request #127 from maebert/pdt1.2
Upgrade to parsedatetime 1.2
2014-01-26 03:47:59 -08:00
Manuel Ebert
cebe33574d Upgrade to parsedatetime 1.2 2014-01-26 12:37:41 +01:00
Manuel Ebert
7b630fb65e Statistics ideas 2014-01-26 12:24:54 +01:00
Manuel Ebert
60bcac8d55 Fix copyright 2014-01-26 12:05:46 +01:00
Manuel Ebert
b88180fbce Updated docs from master 2014-01-26 12:05:46 +01:00
Manuel Ebert
ea70ac713f Fixed references to jrnl_conf 2014-01-26 12:05:45 +01:00
Manuel Ebert
7599688dba Merge pull request #126 from maebert/absolute-imports
Cleaned up imports to work with Python2.6 and Python 3.3
2014-01-23 06:21:42 -08: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
382917b8c4 Merge pull request #125 from maebert/remove-slugify
Port slugify to Python3
2014-01-19 03:13:13 -08:00
Manuel Ebert
816aa66356 Clean up docs build folder 2014-01-19 12:12:14 +01:00
Manuel Ebert
4f7827fc91 Remove css from repo 2014-01-19 12:07:04 +01:00
Manuel Ebert
6c9687110c Port slugify to Python3 2014-01-19 11:58:13 +01:00
Manuel Ebert
92867a2f84 Merge pull request #124 from MinchinWeb/colorama-edit-fixes
Colorama edit fixes (v2)
2014-01-04 06:10:26 -08:00
William Minchin
447fb4d59f colorama fixes 2014-01-03 10:42:32 -07:00
Manuel Ebert
d4a1a10880 Changelog 2014-01-03 16:02:39 +01:00
Manuel Ebert
a0828ef151 Move docs on Windows to FAQ 2014-01-03 15:59:38 +01:00
William Minchin
57e926aaaa Windows documentation 2014-01-03 15:55:24 +01: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
b050f2b030 Include dateutil in setup 2014-01-02 23:42:01 +01:00
Manuel Ebert
fcd8c4d214 Gets rid of colorama 2014-01-02 23:41:53 +01:00
Manuel Ebert
c3e8f59fe0 Doc fix 2014-01-02 14:53:32 +01:00
Manuel Ebert
77b669aedf Touch tmpfiles before opening 2014-01-02 07:48:57 +01:00
Manuel Ebert
860d74bc0e Travis fix 2013-12-22 18:50:57 +01:00