Encrypted local-first journaling
Find a file
2025-06-09 22:47:38 +02:00
journal.py update params and args and base dir 2025-06-09 22:47:38 +02:00
README.md update params and args and base dir 2025-06-09 22:47:38 +02:00

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