/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

  1. introduction-to-notes-command
  2. =============================
  3. - Category: blog/tech
  4. - Tags: notes
  5. - Created: 2018-11-04T03:45:52+09:00
  6. This is a small CLI tool for note taking in terminal with your favorite editor.
  7. You can manage (create/open/list) notes via this tool on terminal.
  8. This tool also optionally can save your notes thanks to Git to avoid losing your notes.
  9. This tool is intended to be used nicely with other commands such as `grep` (or [ag][], [rg][]),
  10. `rm`, filtering tools such as [fzf][] or [peco][] and editors which can be started from command line.
  11. [ag]: https://github.com/ggreer/the_silver_searcher
  12. [rg]: https://github.com/BurntSushi/ripgrep
  13. [fzf]: https://github.com/junegunn/fzf
  14. [peco]: https://github.com/peco/peco