https://github.com/negrel/timer
:timer_clock: A simple timer cli tool written in Go.
https://github.com/negrel/timer
Last synced: 10 months ago
JSON representation
:timer_clock: A simple timer cli tool written in Go.
- Host: GitHub
- URL: https://github.com/negrel/timer
- Owner: negrel
- License: apache-2.0
- Created: 2020-06-03T20:06:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-28T18:26:48.000Z (over 5 years ago)
- Last Synced: 2025-01-08T09:13:57.911Z (12 months ago)
- Language: Go
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# :timer_clock: Timer - CLI timer
*Easy to use CLI timer*
Timer is CLI timer built with [gnotify](https://github.com/negrel/gnotify/) (for cross-platform native notifications) and
[cobra](https://github.com/spf13/cobra) (cli framework).
## Features
- **Easy to use**: Check the [examples](https://github.com/negrel/timer#example)
- **Notifications**: A **native** notification show up when the time is up.
## Installation
Using **go get** :
```bash
go get -u github.com/negrel/timer.git
```
## Example
```
# Start a 25 seconds timer as a background process.
timer 25s &
# Start a 5 minutes and 30 seconds timer.
timer 1m30s
# Start a 1 hour and 15 minutes timer.
timer 1h15m
```
## :stars: Show your support
Please give a :star: if this project helped you!
## :scroll: License
APACHE-2.0 © Alexandre Negrel