Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 298 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 298 Bytes

Worktime Tracker

Due to home office these days I created a little app to track my working time.

If you're on a mac and use zshell open your .zshrc.

Add:

worktime() {
	cd Dev/worktime
	python gui.py
}

Restart your terminal and type "worktime" to start the app.

On GitLab now!