aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xget_tw_completion_by_project.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/get_tw_completion_by_project.sh b/get_tw_completion_by_project.sh
new file mode 100755
index 0000000..99a3e3a
--- /dev/null
+++ b/get_tw_completion_by_project.sh
@@ -0,0 +1,14 @@
+#!/bin/bash
+#
+
+if [ ! -n "$1" ] || [ $1 == "help" ]
+then
+ echo "You must pass a parameter to this script."
+ echo "e.g. ./get_tw_completion_by_project.sh PROJECT DATE(ISO)"
+fi
+
+TASK=task
+PROJECT=$1
+SINCE=$2
+
+$TASK project:"${PROJECT}" end.after:${SINCE} completed