5 lines
162 B
Plaintext
5 lines
162 B
Plaintext
|
#!/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
|