From a860b8f25fba2ee1a25e05393084b6e2cb45f55e Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 6 Aug 2016 12:02:42 +0200 Subject: [PATCH] Add on-add taskwarrior hook script --- imag-todo/etc/on-add.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 imag-todo/etc/on-add.sh diff --git a/imag-todo/etc/on-add.sh b/imag-todo/etc/on-add.sh new file mode 100644 index 00000000..a58e4989 --- /dev/null +++ b/imag-todo/etc/on-add.sh @@ -0,0 +1,4 @@ +#/!usr/bin/env bash + +imag todo tw-hook --add +