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