mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
parent
067a475614
commit
c598f2bd66
42 changed files with 2522 additions and 2 deletions
13
TI-11.sh
Executable file
13
TI-11.sh
Executable file
|
@ -0,0 +1,13 @@
|
|||
#!/bin/bash
|
||||
|
||||
YESTERDAY=$(date -d "yesterday" "+%Y%m%d")
|
||||
|
||||
export TIMEWARRIORDB=/home/lauft/Projects/timew/timewarriordb
|
||||
rm -f ${TIMEWARRIORDB}/data/*.data
|
||||
:> ${TIMEWARRIORDB}/timewarrior.cfg
|
||||
|
||||
timew start ${YESTERDAY}T124452Z homework
|
||||
timew month
|
||||
timew week
|
||||
timew day
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue