Skip to content

Commit

Permalink
Update README.md (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
mingrammer authored and antonmedv committed Mar 24, 2019
1 parent 9cb2b61 commit f901155
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,17 @@ Add command with `&&` to run after countdown.
countdown 1m30s && say "Hello, world"
```

Press `Esc` or `Ctrl+C` to stop countdown without running next command.
## Key binding

- `p` or `P`: To pause the countdown.
- `c` or `C`: To resume the countdown.
- `Esc` or `Ctrl+C`: To stop the countdown without running next command.

## Install

```bash
go get github.com/antonmedv/countdown
```
```

## License

Expand Down

0 comments on commit f901155

Please sign in to comment.