The idea is simple: rake commands to build and manage a todo list Every task has is own folder, so you can save any attachment. Screenshots, ideas, anything!
When a task is completed you can archive - to mantein files - or delete it. It's free and it's funny!
- add git configuration to save tasks on private repo
- add projects
RackTask is a minimal task manager, built in rake. For Geek only :P
rake -T
archive[id]# Tag a task as [ARCHIVED]_clear# Remove any RackTask listcomplete[id]# Tag a task as [COMPLETED]_delete[id]# Delete taskinit# RackTasks list initlist# List all tasksnew# Crea nuovo taskreset[id]# Remove STATES tagstart[id]# Tag a task as [STARTED]_watch[id]# Open in terminal the task
To run rake tasks with parameters on zsh terminal you have to use syntax like:
rake "rt:complete[id]"
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
Feel free to ask for new features, I will try to do my best! ;)