This is a reminder/todo list organizer written in python.
Dependencies: glob
Usage:
- Create a ~/.todo directory
- Launch the script with -a flag and the name of the note after, eg:
rem.py -a My First Note
It will launch your configured editor so you can input the content of the note.
- You can remove notes with -r flag like so:
rem.py -r My First Note
This will use rm to remove the file from $HOME/.todo directory.