https://github.com/shravanasati/apollo
A simple CLI tool that reminds you to take breaks.
https://github.com/shravanasati/apollo
go hacktoberfest linux mac timer-application windows
Last synced: 4 months ago
JSON representation
A simple CLI tool that reminds you to take breaks.
- Host: GitHub
- URL: https://github.com/shravanasati/apollo
- Owner: shravanasati
- License: mit
- Created: 2021-08-18T15:42:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T07:41:07.000Z (about 1 year ago)
- Last Synced: 2025-06-23T12:43:52.458Z (6 months ago)
- Topics: go, hacktoberfest, linux, mac, timer-application, windows
- Language: Go
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# apollo
A simple CLI tool that allows to have recurring infinite timers.
It can be used as tool to remind you to do tasks, like taking a eye break every few minutes.
### Installation
```
go install github.com/shravanasati/apollo@latest
```
### Usage
Just call `apollo` from the command line.
This is the apollo config file located at `~/.apollo`.
```json
{
"timeouts": {
"exercise_timeout": 2400,
"eyes_timeout": 900,
"water_timeout": 1800
},
"play_beep": true,
"notify": true
}
```
Modify it according to your requirements. All timeout durations are in seconds.