CLINOTE is a very simple TO-DO and note-taking program aimed at users of a standalone tiling window manager.
:q(uit) - Exit the program
:r(eset) - Reset all notes
:d(elete) - Delete last note
:h(elp) / :? - Get help with commands
:d(ay)c(hange) - Disable/Enable task reset on day change
Requirements:
- Python3 (preinstalled on most distros)
git clone https://github.com/JBNCK/CLINOTE
cd CLINOTE/
chmod 755 install.sh
sudo ./install.sh
sudo rm /usr/bin/notes
