Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qjcg/4d
A simple CLI stopwatch.
https://github.com/qjcg/4d
cli cli-application stopwatch stopwatch-application timer timer-application
Last synced: 4 days ago
JSON representation
A simple CLI stopwatch.
- Host: GitHub
- URL: https://github.com/qjcg/4d
- Owner: qjcg
- License: mit
- Created: 2015-02-19T15:04:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-07-09T18:27:28.000Z (over 1 year ago)
- Last Synced: 2024-06-21T11:47:22.536Z (5 months ago)
- Topics: cli, cli-application, stopwatch, stopwatch-application, timer, timer-application
- Language: Go
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 4d
[![GoReportCard][badge_reportcard]][reportcard]
[badge_reportcard]: https://goreportcard.com/badge/github.com/qjcg/4d
[reportcard]: https://goreportcard.com/report/github.com/qjcg/4dA simple CLI stopwatch.
## Install
```sh
go install github.com/qjcg/4d@latest
```## Use
```
$ 4d -h
A simple CLI stopwatch.
Usage: 4d [DURATION]4d display elapsed time
4d 15m countdown 15 minutes
4d 3h2m1s countdown 3 hours, 2 minutes, 1 secondCtrl-C exits.
```## License
MIT.