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

https://github.com/wisepythagoras/gotime

Measure the execution time of commands/programs precicely (replaces `time` on Linux distros)
https://github.com/wisepythagoras/gotime

Last synced: 2 days ago
JSON representation

Measure the execution time of commands/programs precicely (replaces `time` on Linux distros)

Awesome Lists containing this project

README

          

# gotime

`gotime` is a replacement for the `time` utility in Linux.

### Example

``` sh
gotime python some_script.py
cat very/large/log | gotime grep 'mypattern'
```

## License

Although the license for the source code is GNU GPL v3, I prohibit the use of the code herein for the training of any kind of AI model.