/example/notes-cli/blog/tech/introduction-to-notes-command.md
https://github.com/rhysd/notes-cli · Markdown · 18 lines · 14 code · 4 blank · 0 comment · 0 complexity · c47f337fdaf96389e8e2ebe70a3b530b MD5 · raw file
- introduction-to-notes-command
- =============================
- - Category: blog/tech
- - Tags: notes
- - Created: 2018-11-04T03:45:52+09:00
- This is a small CLI tool for note taking in terminal with your favorite editor.
- You can manage (create/open/list) notes via this tool on terminal.
- This tool also optionally can save your notes thanks to Git to avoid losing your notes.
- This tool is intended to be used nicely with other commands such as `grep` (or [ag][], [rg][]),
- `rm`, filtering tools such as [fzf][] or [peco][] and editors which can be started from command line.
- [ag]: https://github.com/ggreer/the_silver_searcher
- [rg]: https://github.com/BurntSushi/ripgrep
- [fzf]: https://github.com/junegunn/fzf
- [peco]: https://github.com/peco/peco