Skip to content
README.md 751 B
Newer Older
Dimitri Enns's avatar
Dimitri Enns committed
# OfficeTime
Dimitri Enns's avatar
Dimitri Enns committed
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.  

Dimitri Enns's avatar
Dimitri Enns committed
### CronJob
Dimitri Enns's avatar
Dimitri Enns committed
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"
```
### Reports
Dimitri Enns's avatar
Dimitri Enns committed
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.