https://github.com/bburdette/timekeeper
gtk app for tracking time worked.
https://github.com/bburdette/timekeeper
Last synced: 2 months ago
JSON representation
gtk app for tracking time worked.
- Host: GitHub
- URL: https://github.com/bburdette/timekeeper
- Owner: bburdette
- License: bsd-3-clause
- Created: 2020-10-23T16:58:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-02T22:44:45.000Z (over 4 years ago)
- Last Synced: 2025-01-21T19:51:16.447Z (4 months ago)
- Language: C++
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TimeKeeper
gtk app for tracking time worked.## Building for Debian (and derivatives)
```
sudo apt-get install libgtk-2.0-dev libsystemd-dev libglade2-dev
make
```