https://github.com/olets/command-execution-timer
A zsh plugin for measuring, working with, and displaying the time an interactive shell command takes to execute.
https://github.com/olets/command-execution-timer
command-line execution powerlevel10k timer zsh
Last synced: about 1 month ago
JSON representation
A zsh plugin for measuring, working with, and displaying the time an interactive shell command takes to execute.
- Host: GitHub
- URL: https://github.com/olets/command-execution-timer
- Owner: olets
- License: mit
- Created: 2020-07-11T16:31:52.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-13T19:54:34.000Z (9 months ago)
- Last Synced: 2025-04-07T21:09:43.315Z (8 months ago)
- Topics: command-line, execution, powerlevel10k, timer, zsh
- Language: Shell
- Homepage: https://command-execution-timer.olets.dev
- Size: 574 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-zsh-plugins - command-execution-timer - Displays the time an interactive shell command takes to execute. (Plugins / ZSH on Windows)
- fucking-awesome-zsh-plugins - command-execution-timer - Displays the time an interactive shell command takes to execute. (Plugins / ZSH on Windows)
README
# Command Execution Timer 
A zsh plugin for timing, working with, and displaying the time an interactive shell command takes to execute.
## Documentation
📖 See the guide at https://command-execution-timer.olets.dev/
## Changelog
See the [CHANGELOG](CHANGELOG.md) file.
## Contributing
Thanks for your interest. All contributions will be considered.
> Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
Check the [Issues](https://github.com/olets/command-execution-timer/issues) to see if your topic has been discussed before or if it is being worked on. Discussing in an Issue before opening a Pull Request means future contributors only have to search in one place.
Please read [CONTRIBUTING.md](CONTRIBUTING.md) before opening a pull request.
The test suite uses [zsh-test-runner](https://github.com/olets/zsh-test-runner) v2.x. See [tests/README.md](tests/README.md) for instructions on running the test suite.
## License
This project is released under the [MIT license](http://opensource.org/licenses/MIT).
For the full text of the license, see the [LICENSE](LICENSE) file.