A Python CLI application that you can use to handle all your notes (in markdown and text formatting!)
pip install pynotecliYOU MUST RUN THE SETUP METHOD
pynote setupThis creates the necessary folders and files for the CLI Note App to work.
pynote note add "Task" --desc "Do Homework"Run for more information
pynote note --helppynote page create "Todo List"Run for more information
pynote page --help