summaryrefslogtreecommitdiff
path: root/kanbanscripts/showinprogress.sh
blob: 9b446dc18f0387ab705997d3c61b16c0f0ab86df (plain)
1
2
3
clear
echo '----- TASKS IN PROGRESS -----'
cd ~/gtd && ls | grep ^qq | cut -c 4- | cut -f 1 -d '.'