Crates.io | weekly_journals |
lib.rs | weekly_journals |
version | 0.3.0 |
source | src |
created_at | 2024-07-18 17:43:07.387649 |
updated_at | 2024-07-18 22:58:41.452669 |
description | Writes a journal entry to a text file corresponding to the current week number. |
homepage | https://github.com/iamsergio/j |
repository | https://github.com/iamsergio/j |
max_upload_size | |
id | 1307807 |
size | 18,033 |
Minimal command-line tool to append some text to a <W>.md
file, where <W>
is the week number of the year.
$ export J_PATH=~/path/to/your/journals/
$ j "Today I baked a cake"
$ cat $J_PATH/2024/w29.md
- Today I baked a cake