Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unorsk/tomaat.zig
Pomodoro countdown
https://github.com/unorsk/tomaat.zig
cli pomodoro pomodoro-cli pomodoro-timer zig ziglang
Last synced: 8 days ago
JSON representation
Pomodoro countdown
- Host: GitHub
- URL: https://github.com/unorsk/tomaat.zig
- Owner: unorsk
- Created: 2023-12-20T12:04:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-11T11:24:01.000Z (17 days ago)
- Last Synced: 2024-12-11T12:26:20.824Z (17 days ago)
- Topics: cli, pomodoro, pomodoro-cli, pomodoro-timer, zig, ziglang
- Language: Zig
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple countdown pomodoro timer in Zig
# How to build it locally
This will build a binary and put it into your `/usr/local/bin`
```
zig build install --prefix-exe-dir /usr/local/bin --verbose
```