Added birdseye add-on
This commit is contained in:
16
.todo.actions.d/birdseye
Normal file
16
.todo.actions.d/birdseye
Normal file
@@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
|
||||
action=$1
|
||||
shift
|
||||
|
||||
[ "$action" = "usage" ] && {
|
||||
echo " Bird's eye report:"
|
||||
echo " birdseye"
|
||||
echo " generates a textual report of pending and completed tasks in all projects and contexts"
|
||||
echo ""
|
||||
exit
|
||||
}
|
||||
|
||||
[ "$action" = "birdseye" ] && {
|
||||
python ~/.todo.actions.d/birdseye.py "$TODO_FILE" "$DONE_FILE"
|
||||
}
|
||||
Reference in New Issue
Block a user