Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pztrn/taskwarrior_hooks
Hooks for taskwarrior.
https://github.com/pztrn/taskwarrior_hooks
taskwarrior taskwarrior-hooks
Last synced: 24 days ago
JSON representation
Hooks for taskwarrior.
- Host: GitHub
- URL: https://github.com/pztrn/taskwarrior_hooks
- Owner: pztrn
- Created: 2022-07-27T12:32:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-28T13:00:13.000Z (over 2 years ago)
- Last Synced: 2024-10-25T09:20:18.511Z (2 months ago)
- Topics: taskwarrior, taskwarrior-hooks
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TaskWarrior hooks
This repository contains TaskWarrior hooks I'm using.
## Hooks list
| Hook name | Description | Dependencies |
| --------- | ----------- | ------------ |
| due-eod | Sets 'due' field to end of day, replacing default "00:00:00" with "23:59:59". | Python 3.7+ |## Installing
Clone repository somewhere and create symlinks to hooks directory. Usually it is `${HOME}/.task/hooks`. Create this directory if not present.
See hooks list above for dependencies needed.
There are no makefile or other installation scripts intentionally, **you have to read [this document](https://taskwarrior.org/docs/hooks.html) and understand it!**
## Reporting bugs
Please go to [my gitea](https://code.pztrn.name/misc/taskwarrior_hooks) for bug reporting. All other places are mirrors.