Ecosyste.ms: Awesome

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

https://github.com/tom-auger/cmdtime

ZSH plugin to display duration of command
https://github.com/tom-auger/cmdtime

Last synced: about 2 months ago
JSON representation

ZSH plugin to display duration of command

Lists

README

        

# cmdtime
ZSH plugin to display the duration of a command to the terminal forked from the [timer](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/timer) plugin.

![screenshot](scrn.png)

## 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
```