dotfiles/.local/bin/scripts/twsm
2022-12-22 15:45:57 +01:00

4 lines
159 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