#journal #text-file #command-line #command-line-tool #week #numbers #weekly

app weekly_journals

Writes a journal entry to a text file corresponding to the current week number

4 releases (breaking)

0.3.0 Jul 18, 2024
0.2.0 Jul 18, 2024
0.1.0 Jul 18, 2024
0.0.1 Jul 18, 2024

#846 in Command line utilities

MIT license

8KB
77 lines

weekly journals

Minimal command-line tool to append some text to a <W>.md file, where <W> is the week number of the year.

Usage

$ export J_PATH=~/path/to/your/journals/
$ j "Today I baked a cake"
$ cat $J_PATH/2024/w29.md
- Today I baked a cake

Dependencies

~1MB
~18K SLoC