A stupid simple CLI task manager, in Python!
DoIt lets you store your tasks in a handy CLI.
For example:
$ doit "Fix grandma's internet"
Got it! You need to fix grandma's internet.
$ doit
Here's what you still need to do:
(0): Fix grandma's internet
Best answer I've got is why not?
DoIt is listed on PyPI as doit-tasks
and can be installed like so:
$ pip install doit-tasks
This tool was inspired by:
- Zach Holman's "Boom": https://github.com/holman/boom
- Ben Tappin's Python implementation of the above, "Bam": https://github.com/mrben/bam