https://github.com/chabad360/usage-timer
A shutdown timer written in Go an GTK
https://github.com/chabad360/usage-timer
Last synced: 2 months ago
JSON representation
A shutdown timer written in Go an GTK
- Host: GitHub
- URL: https://github.com/chabad360/usage-timer
- Owner: chabad360
- License: gpl-3.0
- Created: 2020-03-11T22:48:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-11T23:30:19.000Z (about 5 years ago)
- Last Synced: 2024-05-01T16:24:44.337Z (about 1 year ago)
- Language: Go
- Size: 36.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Usage Timer
A computer shutdown timer written in Go using [Gotk3](github.com/gotk3/gotk3).
> Warning: This project is my first written in Go (and GTK). I can pretty much guaranty that there will be stuff here that will make you face palm (or perhaps to things much worse that that).
>
> So: Here be baby dragons.## Installation
1. Clone the repo
2. Run `go build`
3. Run `./timer`
4. Enjoy> Warning: If you don't find a way to kill this thing before the timer expires, your system **will shutdown**.