Encrypted local-first journaling
journal.py | ||
README.md |
journal
Usage
usage: journal [-h] {create,edit,delete}
Journal, safely write down your thoughts.
positional arguments:
{create,edit,delete} Command to run (create a new entry, or view and edit an existing one)
options:
-h, --help show this help message and exit
environment variables:
- The journal data directory defaults to $JOURNAL_DATA_HOME, or if unset, $XDG_DATA_HOME,
or ~/.local/share/com.sofiaritz.Journal/entries by default.
- The editor used defaults to $EDITOR environment variable or falls back to 'nano'.
Installation
With python3
and gpg
installed, create a symlink from journal.py
to a directory on your $PATH.
E.g. ln -s ./journal.py ~/.local/bin/journal