A boring plugin for oh-my-zsh which calculate and display how many commands has been executed via terminal.
-
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)
- Type in
workreportand workload info will be displayed. - Type in
workreport resetto reset the command history.