Add simple by day-of-week statistics

This commit is contained in:
Nikolay Puzanov
2018-11-28 12:06:46 +03:00
parent 6c647806b4
commit 41f8f43ce5
4 changed files with 87 additions and 5 deletions

View File

@@ -95,5 +95,9 @@ complete -c timer -n "__cmd_contains unarch" -a '(__timer_archlist)'
#refresh
complete -c timer -n "__cmd_empty" -a refresh -d "Refresh worksheet file"
# stats
complete -c timer -n "__cmd_empty" -a stats -d "Show statistics"
complete -c timer -n "__cmd_contains stats" -a '(__timer_tasklist)'
#help
complete -c timer -n "__cmd_empty" -a help -d "Help"