summaryrefslogtreecommitdiffstats
path: root/imag-todo
diff options
context:
space:
mode:
authormario-kr <mario-krehl@gmx.de>2016-08-06 12:44:02 +0200
committerGitHub <noreply@github.com>2016-08-06 12:44:02 +0200
commit3a8988bf93848e84292aa8c59ac76bd222314fbb (patch)
tree3507bd07d6338bbaaa2b25f98a56f3040ffca193 /imag-todo
parentd1adc125eb1b8c5dfd051491ca4cfa44dafa71fa (diff)
parentf967fc3d621c6c04ae02a99aac7ee890582bab36 (diff)
Merge pull request #18 from matthiasbeyer/imag-todo/add-example-hook-scripts
Imag todo/add example hook scripts
Diffstat (limited to 'imag-todo')
-rw-r--r--imag-todo/etc/on-add.sh4
-rw-r--r--imag-todo/etc/on-modify.sh4
2 files changed, 8 insertions, 0 deletions
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
+
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
+