notes is a simple text based software for taking notes.
This is a Work In Progress!
notes is just at its very early creation stage, it's not usable!
notes is a very simple terminal app for notes management; you can create, edit, delete your notes, classify them into categories, attach tags to your notes, define templates for the creation of new notes, etc.
Create, edit, delete, read your notes
Create, edit, and delete your categories, list them, view the number of entries each of them contain, create a hierarchy with sub categories
Create, edit, and delete your tags; they are use to facilitate searching notes.
These features are self explanatory...
TODO: complete this section
TODO: complete this section
TODO: complete this section
TODO: complete this section
TODO: complete this section
Create a note:
notes add note --name='My Note Title' --category='Various' --tags='example, new, note'
# or use the aliases and short options
notes a n -n 'My Note Title' -c 'Various' -t 'example, new, note'
TODO: complete this section
TODO: complete this section
TODO: complete this section