Jrnl CLI app to generate daily md journal. Setup Set $JOURNAL_PATH to the correct directory on your local env. # inside .bashrc or .zshrc export JOURNAL_PATH='~/journals' Add rust build directory to your $PATH. cargo install --path . Run cargo install.