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

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.

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