A simple command line tool for writing small journal entries for your projects.
The tool is used for writing journal entries or notes for your project.
For adding a entry or note, write this into your command line
journal_cli -m "foo bar"
For deleting the log file, use the following command
journal_cli --empty
If you have you used a custom path for writing your entries or notes, use the following command
journal_cli --empty --path "YOUR PATH GOES HERE"
Currently the only way to install journal_cli is through crates.io and requires you to have rust installed.
cargo install journal_cli