If you wish to examine free and obtainable area in your Linux system, df
is the most well-liked command obtainable to make use of.
Nonetheless, the output df
command generates could be complicated or disagreeable to see. So, it’s possible you’ll change to the graphical utility to get a greater understanding of your free disk area.
What when you can dwell in your terminal and nonetheless see your disk area utilization graphically? Sure, Vizex is the terminal instrument rightly made for it.
What Is Vizex/Vizexdf?
Vizex is a free and open supply command-line app for the Linux system. It shows free and obtainable disk area graphically for all partitions and media on the machine.
The app is written and developed utilizing the Python programming language by Beka Modebadze.
Together with the disk utilization, you may also print listing knowledge in your terminal utilizing one more obtainable command vizexdf
.
Curiously, Vizex is a extremely customizable utility that additionally enables you to modify the colours and magnificence of the show to your preferences.
Furthermore, it additionally helps different performance corresponding to kind knowledge, present hidden recordsdata and folders, export knowledge as CSV or JSON file.
How To Set up Vizex On Linux?
If you happen to’re utilizing Arch Linux or a distribution that has AUR (Arch person repository) help, you may simply set up vizex bundle utilizing any pacman helper.
$ yay -S vizex
For different Linux distros, you first have to have Python (>=3.7) and pip bundle supervisor in your system. As soon as you put in these dependencies, you may run a single command to put in vizex utilizing pip:
$ sudo pip set up vizex
For full element about set up, try the vizex’s GitHub repository.
How To Use Vizex To Show Disk Utilization Graphically?
If you happen to’ve efficiently put in vizex, sort vizex
in your terminal to show the free and used area. You can too use choice –particulars for getting further info, like fstype and mount level, for every partition.
You can too visualize the precise path utilizing the --path
choices.
$ vizex --path <full path>
To alter the colours and magnificence of the output, you should use choices like:
- -d –header <coloration>
- -s –fashion <attribuute>
- -t –textual content <coloration>
- -g –graph <coloration>
And when you’re operating Linux on a laptop computer, you may also get to know the battery info.
$ vizex battery
Subsequent, when you’re keen on figuring out the info element of a present working listing, run vizexdf
command. It prints file or folder names with sizes, file varieties, and final modified date.
Moreover, you may add choices for modifying the vizexdf
output. For example, --all
or -a
for sorting, --sort
or -s
for sorting primarily based on title, file sort, measurement, or date, and --desc
or -d
for descending order output.
$ vizexdf -ads title
Eventually, use --help
choice to learn about all obtainable choices and a full set of options.
$ vizex --help