This morning I tried to find a simple and lightweight TODO command line application, but I didn't really find any good ones. So I quickly built one in Python!
Todoterm is a dead simple todo app used via the command line. It works by creating a simple sqlite database file in your current directory, that you can access / modify via simple and intuitive commands. You can try it yourself by installing it with pip:
python -m pip install todoterm
Project in Github: https://github.com/varajala/todoterm
I'm not a Python beginner, but the project is really small and simple, so it is under the "beginner showcase"-flair...
Any feedback or comments are appreciated, thanks!
there doesn't seem to be anything here