MyNote is an ultra-lightweight utility for managing notes right from your Linux terminal. Designed for those who value speed and don’t want to leave the command line to jot down an important thought or reminder.
Install the official version via Snap:
sudo snap install mynoteAfter installation, the program is available via the mynote command.
Just type any text:
mynote Doctor's appointment at 12:30mynote -lUse the -d flag and the line number from the list:
mynote -d 1mynote -vStorage: Notes are stored in your home directory in the file ~/.my_notes.txt (or inside the Snap isolation).
If you have ideas on how to improve MyNote, create an Issue or submit a Pull Request in this repository!