Installation | Usage | Japanase(日本語)
printBar overlays a bar chart on the console output. It works on any POSIX OS that has Terminfo.
- Build and installation with the following.
curl -LOJs https://github.com/kobayasy/printBar/releases/download/1.1/printBar-1.1.tar.gz
tar xzf printBar-1.1.tar.gz
cd printBar-1.1
./configure --prefix=$HOME
make install
- Add ~/bin in the PATH if not included.
- Do the following to show usage.
printbar --help