Vizex is a free and open source disk space and disk usage command-line visualization software for Linux. It is written in Python and released under MIT License. It supports all your partitions and media on your computer. You can customize the text, graph and header colors. You can exclude the partitions, also save the partitions details in csv or in json file and view your laptop complete battery details.
Install Vizex on Ubuntu
Vizex is available as a python package. So you need to install pip on your Ubuntu Linux system to install Vizex. Follow the below link for the pip installation tutorial.
After the pip installation restart your system.
You need Python >= 3.7 to install Vizex.You can check the install python version using this command.
python3 --version
In the terminal run below command to install Vizex disk visualization software on your system.
sudo pip3 install vizex
then run Vizex by using below command.
vizex
vizexdf
Then run below command if you want to show some additional details.
vizex --details
And you can configure the output colors by using below command
vizex -d red -t blue -g green
You can upgrade Vizex via
sudo pip3 install vizex --upgrade
For the complete usage details run
man vizex