weekly_journals

Crates.ioweekly_journals
lib.rsweekly_journals
version0.3.0
sourcesrc
created_at2024-07-18 17:43:07.387649
updated_at2024-07-18 22:58:41.452669
descriptionWrites a journal entry to a text file corresponding to the current week number.
homepagehttps://github.com/iamsergio/j
repositoryhttps://github.com/iamsergio/j
max_upload_size
id1307807
size18,033
Sergio Martins (iamsergio)

documentation

README

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
Commit count: 0

cargo fmt