summaryrefslogtreecommitdiff
path: root/kanbanscripts/showalltype.sh
diff options
context:
space:
mode:
Diffstat (limited to 'kanbanscripts/showalltype.sh')
-rwxr-xr-xkanbanscripts/showalltype.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/kanbanscripts/showalltype.sh b/kanbanscripts/showalltype.sh
new file mode 100755
index 0000000..149fc5c
--- /dev/null
+++ b/kanbanscripts/showalltype.sh
@@ -0,0 +1,11 @@
+GREEN=$(tput setaf 2; tput bold)
+NORMAL=$(tput sgr0)
+function green() {
+ echo "$GREEN$*$NORMAL"
+}
+
+clear
+echo '---- TODO -----'
+python ~/bin/alltasks_by_type.py $1
+echo '.'
+echo '.'