Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parnoldx/timer
The ultimate tea timer
https://github.com/parnoldx/timer
Last synced: 29 days ago
JSON representation
The ultimate tea timer
- Host: GitHub
- URL: https://github.com/parnoldx/timer
- Owner: parnoldx
- License: gpl-3.0
- Created: 2017-10-31T15:24:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-23T21:35:50.000Z (over 3 years ago)
- Last Synced: 2024-11-02T19:03:23.409Z (about 1 month ago)
- Language: Vala
- Size: 256 KB
- Stars: 16
- Watchers: 4
- Forks: 6
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-elementaryos - Timer - The ultimate tea timer [:white_check_mark:](https://appcenter.elementary.io/com.github.parnold-x.timer) (Applications / Accessories)
README
# Timer
### The ultimate tea timer
![screenshot](data/screenshot.png)
## Usage
* Start a timer with natural language input like e.g. 5 minutes 15 seconds or 5m3s or just 5 for 5 minutes
* You can assign a title to your timer by double clicking
* Various color options to choose from
* Command line options available, see --help for more information## Installation
[![Get it on AppCenter](https://appcenter.elementary.io/badge.svg)](https://appcenter.elementary.io/com.github.parnold-x.timer)## Building
Dependencies:
* valac
* glib-2.0
* gee-0.8
* gtk+-3.0
* gstreamer-audio-1.0
* unity
then build with:
```
meson build --prefix=/usr
cd build
sudo ninja install
```