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)
- Host: GitHub
- URL: https://github.com/wisepythagoras/gotime
- Owner: wisepythagoras
- License: gpl-3.0
- Created: 2024-10-29T00:14:23.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-10-31T13:21:36.000Z (11 months ago)
- Last Synced: 2025-03-09T14:46:36.369Z (7 months ago)
- Language: Go
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.