ZSH plugin to display duration of command
Find a file
2026-08-01 09:25:35 -04:00
cmdtime.plugin.zsh commit 2026-08-01 09:24:24 -04:00
LICENSE Add license 2021-06-08 18:36:27 +01:00
README.md commit 2026-08-01 09:25:35 -04:00
scrn.png add readme 2021-04-09 14:08:10 +01:00

cmdtime

ZSH plugin to display the duration of a command to the terminal forked from the timer plugin.

screenshot

Installation

To install clone this repo into ~/.oh-my-zsh/custom/plugins/:

$ cd ~/.oh-my-zsh/custom/plugins
$ git clone https://github.com/tom-auger/cmdtime

Then edit ~/.zshrc and add to the list of plugins:

plugins=(cmdtime other_plugins)

Reload your ZSH config to apply:

$ source ~/.zshrc

Fork changes:

Changed the cmdtime output to be on a newline rather than deleting output chars