An open API service indexing awesome lists of open source software.

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.

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.