mirror of
https://github.com/unixorn/awesome-zsh-plugins
synced 2024-11-22 09:23:01 +00:00
Add command-execution-timer plugin
This commit is contained in:
parent
4aa77aa3af
commit
0394373b5e
1 changed files with 1 additions and 0 deletions
|
@ -408,6 +408,7 @@ A simple and fast ZSH plugin manager. It uses zcompile and async loading to spee
|
|||
* [colorize](https://github.com/zpm-zsh/colorize) - Colorize the output of various programs.
|
||||
* [colors (Tarrasch)](https://github.com/Tarrasch/zsh-colors) - Makes it easier to colorize text from the CLI. `red foo` just works.
|
||||
* [colors (zpm-zsh)](https://github.com/zpm-zsh/colors) - Enhanced colors for ZSH.
|
||||
* [command-execution-timer](https://github.com/olets/command-execution-timer) - Displays the time an interactive shell command takes to execute.
|
||||
* [command-not-found](https://github.com/Tarrasch/zsh-command-not-found) - A mirror of the oh-my-zsh command-not-found plugin so you don't have to include all of oh-my-zsh.
|
||||
* [command-note](https://github.com/KKRainbow/zsh-command-note.plugin) - Record complex commands and comment on them.
|
||||
* [command-time](https://github.com/popstas/zsh-command-time) - Show execution time for long commands in ZSH and [powerlevel9k](https://github.com/bhilburn/powerlevel9k). Similar to `REPORTTIME` builtin, but only outputs when user + system time >= `REPORTTIME`.
|
||||
|
|
Loading…
Reference in a new issue