Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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/4d

A 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 second

Ctrl-C exits.
```

## License

MIT.