Hooks for taskwarrior.
Go to file
Stanislav Nikitin 76378e90f9
[due-eod] Fix checking for 00:00:00.
2022-07-28 16:23:03 +05:00
.gitignore Initial commit with first hook which sets due date to the end of day. 2022-07-27 17:31:36 +05:00
README.md Initial commit with first hook which sets due date to the end of day. 2022-07-27 17:31:36 +05:00
due-eod.py [due-eod] Fix checking for 00:00:00. 2022-07-28 16:23:03 +05:00

README.md

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 and understand it!

Reporting bugs

Please go to my gitea for bug reporting. All other places are mirrors.