getitdone
About
getitdone command line to-do list app... now let's make some lists!
I was browsing on the Internet and wanted a really basic todo list application, which was free and opensource. Since I am in the process of learning more about software development I decided to create my own.
Installation
$ pip install getitdone
Uninstall
$ pip uninstall getitdone
Usage
User Manual
OPTIONS
--new or -n '<task-name>'
Create a new task with name in first argument
--update or -u '<task-name>' '<new-name>'
Update task in first argument with value second argument
--delete or -d '<task-name>'
Delete task in first argument with value second argument
--list or -l
List all tasks
--help or -h
Shows man page for todolist
Report an issue
Create an issue on GitHub with as much supporting information and detail about the bug or issue as possible.
Contribute
Anyone is welcome to contribute to the project. You can submit your pull request and the changes will be reviewed. When submitting changes, ensure your code is "Pythonic". Use only Stand Library modules. No module are allowed that need further installation.
License
Licensing is AGPL.
Credits
Duanne Mattheus - Thank you for providing the name for the application.