A very small command line note taker. One file, no dependencies.
git clone https://github.com/Claude1337/notes-cli
cd notes-cli
python notes.py add "buy milk"
python notes.py list
python notes.py done 1
Notes are stored in ~/.notes.json.
Pull requests are welcome. Please keep it to the standard library.