Simple note-taking tool that stores notes in ~/.config/fdnotes/notes.md
.
sudo make install
notes # Open notes in vim
notes todo # Show all headings and TODO items
sudo make remove
Use TODO:
at the beginning of lines to mark todo items:
# Awesome Title
TODO: Do something great
Text and more text that is not a TODO.