dotfiles/.local/bin/scripts/twsm
xeruf 1e399f122b config/shell: update & move aliases & helpers
Among others to remove excessive sudo prompts
2021-09-16 14:18:26 +02:00

4 lines
162 B
Bash
Executable file

#!/bin/sh
# Timewarrior summary of the last n weeks
timew summary $(date --date="Monday $1 week ago" -I) to tomorrow :ids ${@:2} |
less --quit-if-one-screen +G