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

https://github.com/ianwalter/gotime

A high resolution timer CLI for timing how long commands take to execute
https://github.com/ianwalter/gotime

cli time timer timing

Last synced: about 1 year ago
JSON representation

A high resolution timer CLI for timing how long commands take to execute

Awesome Lists containing this project

README

          

# gotime
> A high resolution timer CLI for timing how long commands take to execute

## Installation

## Usage

Just run `gotime` and then your command, for example:

```console
❯ gotime echo Hello World!
Hello World!
Time Elapsed: 622.304µs
```

I <3 microseconds.

## License

Apache 2.0 with Commons Clause - See [LICENSE][licenseUrl]

 

Created by [Ian Walter](https://iankwalter.com)

[licenseUrl]: https://github.com/ianwalter/gotime/blob/master/LICENSE