Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

GTK Status Icon for timing your computer time

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/
```