https://github.com/zebradil/taskwarrior-hooks
My personal hook collection for the Taskwarrior task manager hero.
https://github.com/zebradil/taskwarrior-hooks
taskwarrior
Last synced: 5 months ago
JSON representation
My personal hook collection for the Taskwarrior task manager hero.
- Host: GitHub
- URL: https://github.com/zebradil/taskwarrior-hooks
- Owner: Zebradil
- License: mit
- Created: 2017-11-16T10:09:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-10T01:17:17.000Z (over 5 years ago)
- Last Synced: 2025-04-19T20:53:30.444Z (6 months ago)
- Topics: taskwarrior
- Language: Python
- Size: 12.7 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Taskwarrior-hooks-collection
My personal hook collection for the Taskwarrior task manager hero.
## Hooks list
|Title|Triggers|Result|
|-----|--------|------|
|__buy_wait__|add, modify|If project is `Buy` or its subproject, then places task in waiting list (sets `wait:someday`)
|__remove_next__|start, done|Removes task from waiting list (removes `wait:someday`) and removes `next` tag
|__commit__|exit|Commits all changes in the `.task` directory if it's a git repository|## Misc
`taskupd.sh` contains function for updating `.task` repository.