Skip to content
/ Tigger Public
forked from dshipper/Tigger

a beautifully simple, command-line based task management system that lives inside your git repo.

License

Notifications You must be signed in to change notification settings

madmaze/Tigger

 
 

Repository files navigation

This is Tigger.  

Roadmap:
Pivotal tracker integration coming soon!

Installation:
Navigate to the directory you downloaded tigger to.
Type "make"
You're ready to roar.

Usage: (In a project dir that uses Git)  
tigger // this will print out usage 

tigger init //this initializes relevant tigger files

tigger new "Complete this task"

tigger tasks //will print out all the current tasks

git commit -am "Complete this task" //Tigger will automagically know that you have completed a task

Monitor tasks with color:

watch --color -n 60 -- tigger -c tasks

This will refresh every 60 seconds in color your list of tasks.

About

a beautifully simple, command-line based task management system that lives inside your git repo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 66.6%
  • Python 27.9%
  • Ruby 5.5%