Terminal-Workload-Report
July 27, 2016 ยท View on GitHub
A boring plugin for oh-my-zsh which calculate and display how many commands has been executed via terminal.
Install
-
Clone this repository in oh-my-zsh's plugins directory
git clone https://github.com/LockonS/terminal-workload-report.git ~/.oh-my-zsh/custom/plugins/terminal-workload-report -
Activate the plugin in
~/.zshrc:plugins=( [plugins...] terminal-workload-report)
Usage
- Type in
workreportand workload info will be displayed. - Type in
workreport resetto reset the command history.