cmd: bashtop
August 07, 2020 —
cmcipriano
a cool replacement for top or htop
to install, make sure you have homebrew, if not you got to install it.
$: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
then, install python3
$: brew install python3
and some dependencies
$: brew install bash coreutils gnu-sed git osx-cpu-temp
some more dependencies
$: python3 -m pip install psutil
now, let's install it for real
$: git clone https://github.com/aristocratos/bashtop.git
$: cd bashtop
$: sudo make install
to remove, just do
$: sudo make uninstall
Tags: terminal-commands, monitoring