CLI memo tool
``` rmemo 0.1.3 k-nasa htilcs1115@gmail.com CLI memo command
USAGE: rmemo [SUBCOMMAND]
FLAGS: -h, --help Prints help information
-V, --version
Prints version information
SUBCOMMANDS: help help config edit config file delete delete memos edit edit memo grep grep memos list show memos list new create new memo ```
brew tap k-nasa/homebrew-rmemo
brew install rmemo
cargo install rmemo
memos_dir = "/Users/asan/.config/rmemo/memos"
editor = "nvim"
selector = "fzf"
grep_command = "grep"
template_file_path = "./"
enter_time_in_filename = true
MIT
nasa