An open API service indexing awesome lists of open source software.

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.

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...