Commit 438d42ec authored by Dimitri Enns's avatar Dimitri Enns
Browse files

Update README.md

parent 78913b6d
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
# OfficeTime

Just a pretty trivial script to help you track whether you are one phone duty, in home office, in the office or just doing private things on your work computer / laptop.  

Setup this cronjob to remind you one everyday at 10:30. In case things are changing more often in your shift, just let the Cron run more often.  
Please make sure you adjust the paths to your terminal application and the path the script.
```bash
30 10 * * * env DISPLAY=:0.0 /usr/bin/terminator --title="OfficeTime" -e "/bin/bash ~/officetime.sh"
```

The script just takes your input and writes it into a .csv file so that you have some sort of a journal / report at the end of the year.
See the `~/.work_journal/` Directory for the files.