https://github.com/tbabej/taskwarrior-block-recurrence-hook
Blocks creation of child recurrent tasks on the machine.
https://github.com/tbabej/taskwarrior-block-recurrence-hook
Last synced: about 1 year ago
JSON representation
Blocks creation of child recurrent tasks on the machine.
- Host: GitHub
- URL: https://github.com/tbabej/taskwarrior-block-recurrence-hook
- Owner: tbabej
- License: other
- Created: 2015-01-19T17:49:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-19T17:36:28.000Z (over 10 years ago)
- Last Synced: 2025-02-25T00:54:25.069Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Deprecated: Use taskrc recurrence=no setting instead
----------------------------------------------------
This project is deprecated - the recommended solution is to use
"recurrence=no" setting in your taskrc.
Taskwarrior Block Recurrence Hook
-------------------------------------------
This is a hook for TaskWarrior (http://www.taskwarrior.org),
which blocks spawning of child recurrence tasks on the client where
it is enabled.
This is useful as a workaround for https://bug.tasktools.org/browse/TD-44
where different clients would spawn different child recurrence tasks for
the same parent task.
Install
-------
```
git clone https://github.com/tbabej/taskwarrior-block-recurrence-hook.git
cp taskwarrior-block-recurrencehook/on-* ~/.task/hooks/
```
This hook leverages tasklib, so you need to install that too:
```
pip install tasklib
```
Example of usage
----------------
Put into your .task/hooks folder and observe that recurrent tasks
are not being generated.