https://github.com/gfaerny/clc.
Super simple timer for debian .
https://github.com/gfaerny/clc.
cpp debian sfml timer
Last synced: about 1 month ago
JSON representation
Super simple timer for debian .
- Host: GitHub
- URL: https://github.com/gfaerny/clc.
- Owner: Gfaerny
- Created: 2025-04-01T14:34:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-22T11:41:18.000Z (about 1 year ago)
- Last Synced: 2025-06-11T02:05:09.205Z (about 1 year ago)
- Topics: cpp, debian, sfml, timer
- Language: C++
- Homepage:
- Size: 338 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# clc.
Super simple timer for debian.
you can find how to report bug for clc [here](https://github.com/Gfaerny/clc./blob/main/bug_report.md)

# how to build
clc debian package is in under proocess
so before build we have to install all clc build dependency
```bash
# installing all libraries and package that clc needs
chmod +x install_dependency.sh
./install_dependency.sh
# build
cmake .
make
```
# how to use
- keybind
- space : start/stop timer
- r : restart record
- q : quit app (if you use another method for closing clc it's possible clc wouldn't save time)
# at end
thanks for you attention. this project is super experimental so please feel free to report any typo , bug ... or any problem that you see