https://github.com/onadrog/pomo
Most Simpliest "pomodoro" in C.
https://github.com/onadrog/pomo
c learning-by-doing pomodoro
Last synced: 2 months ago
JSON representation
Most Simpliest "pomodoro" in C.
- Host: GitHub
- URL: https://github.com/onadrog/pomo
- Owner: onadrog
- License: apache-2.0
- Created: 2024-02-09T15:36:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-22T10:17:32.000Z (10 months ago)
- Last Synced: 2025-01-11T19:34:30.067Z (4 months ago)
- Topics: c, learning-by-doing, pomodoro
- Language: C
- Homepage:
- Size: 22.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# POMO
Simple "pomodoro" thing written in C using [raylib](https://github.com/raysan5/raylib/)
## Build
```sh
$ ./build.sh
$ ./pomo```
## Keybinds| Key | Action |
|---------|--------------|
| `space` | toggle pause |### DISCLAIMER
Don't take this code as example. It's just a way to learn C...