Visualize Disk Space and Usage in Terminal With Vizex

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.

Vizex detail

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.

How to install pip on Ubuntu

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

Vizex

vizexdf

vizexdf

 

Also Read:  How to Monitor CPU Memory Disk Network GPU Usage Using Mission Center

Then run below command if you want to show some additional details.

vizex --details

Vizex detail

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
If you liked this article, please subscribe to our YouTube Channel. You can also stay connected with us on X (Twitter) and Facebook.



Leave a Reply