Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/savchenko/countdown
Fork of countdown-rs
https://github.com/savchenko/countdown
Last synced: 5 days ago
JSON representation
Fork of countdown-rs
- Host: GitHub
- URL: https://github.com/savchenko/countdown
- Owner: savchenko
- License: mit
- Created: 2022-12-25T06:22:13.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-16T10:08:11.000Z (8 months ago)
- Last Synced: 2024-03-16T11:21:48.330Z (8 months ago)
- Language: Rust
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Countdown Timer
===Forked from https://github.com/zenito9970/countdown-rs
This one does not use fancy ASCII characters to draw the remaining time.
Usage
---Specify duration in go format `1h2m3s` .
```
countdown-rs 25s
```Add command with `&&` to run after countdown.
```
countdown-rs 1m30s && say "Hello, world"
```Press `Esc` or `Ctrl+C` to stop countdown without running next command.
Install
---```
git clone https://github.com/savchenko/countdown
cd countdown
cargo install --path .
```License
---MIT