Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aerth/worktimer-gtk
GTK Status Icon for timing your computer time
https://github.com/aerth/worktimer-gtk
gtk linux time-stamp time-tracker work-in-progress work-tracker
Last synced: 3 months ago
JSON representation
GTK Status Icon for timing your computer time
- Host: GitHub
- URL: https://github.com/aerth/worktimer-gtk
- Owner: aerth
- License: mit
- Created: 2016-10-08T00:47:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-03T21:32:48.000Z (over 6 years ago)
- Last Synced: 2024-08-05T09:12:16.650Z (6 months ago)
- Topics: gtk, linux, time-stamp, time-tracker, work-in-progress, work-tracker
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# worktimer-gtk
Status Icon timer with json output.
Decodes saved json and adds up the hours.
### Debian Installation
You need to have Go installed to compile worktimer-gtk
```
sudo apt-get install libgtk2.0-dev pango1.0-dev libgdk-pixbuf2.0-dev
go get -v -u github.com/aerth/worktimer-gtk
sudo mv $GOPATH/bin/worktimer-gtk /usr/local/bin/
```