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
workreport
and workload info will be displayed. - Type in
workreport reset
to reset the command history.