minchin.jrnl
is a simple journal application for the command line.
You can use it to easily create, search, and view journal entries. Journals are stored as human-readable plain text, and can also be encrypted using AES encryption.
To get help, submit an issue on Github.
To make a new entry, just enter
jrnl yesterday: Called in sick. Used the time to clean the house and write
my book.
yesterday:
is interpreted by minchin.jrnl
as a timestamp. Everything
until the first sentence ending (either .
, ?
, or !
) is interpreted
as the title, and the rest as the body. In your journal file, the result will
look like this:
[2012-03-29 09:00] Called in sick. Used the time to clean the house and write my book.
If you just call jrnl
, you will be prompted to compose your entry - but you
can also configure minchin.jrnl to use your external editor.
pip install minchin.jrnl
(The above assumes you already have Python installed.)
Full documentation is available at http://minchin.ca/minchin.jrnl/
Release notes are on my blog at https://blog.minchin.ca/label/minchinjrnl/
Full changelog is available at http://minchin.ca/minchin.jrnl/changelog/
- Code, on GitHub: https://github.com/MinchinWeb/minchin.jrnl
- Report a Bug! https://github.com/MinchinWeb/minchin.jrnl/issues
- Documentation: http://minchin.ca/minchin.jrnl/
- Listing on PyPI: https://pypi.python.org/pypi/minchin.jrnl
- Release Notes: https://blog.minchin.ca/label/minchinjrnl/
The project is licensed under GPLv3.
Code contributed on or before April 18, 2020 and by William Minchin (any date) is duel licensed under the MIT license as well. One of the long term projects of the goal is to remove or replace any GPLv3 code, and move the entire project to the MIT license.
Our maintainers help keep the lights on for the project:
- William Minchin (minchinweb)
Please thank them if you like minchin.jrnl
!
This project is made with love by the many fabulous people who have
contributed. minchin.jrnl
couldn't exist without each and every one of you!
If you'd also like to help make minchin.jrnl
better, please see our
contributing documentation.