Skip to main content

UNIX/Linux Terminal program to graphically display the disk space usage

Project description

GitHub release (latest by date including pre-releases) Python LICENSE

vizex is the terminal program for the UNIX/Linux systems which helps the user to visualize the disk space usage for every partition and media on the user's machine. vizex is highly customizable and can fit any user's taste and preferences.


Installation

vizex can be installed through your terminal and requires Python 3.5 or above and the pip package manager. Simply run this command in your Linux terminal and start using the program.

pip install vizex

How it Works

After installing run the program with a single command vizex in your terminal. This will graphically display disk space and usage:

Change the graph type from horizontal bars or to the vertical bars or to the *pie charts (in works).

vizex

demo

But the best part is that you can modify the colors and style of the display to your preferences with following commands. For example above command has excluded two partitions. You can aslo do give the following options:

-d --header <color>
-s --style <attribute>
-t --text <color>
-g --graph <color>

Or exclude any combination of partitions/disks with:

-I <PartitionName1> -I <PartitionName2> ...

For a full list of the available options please check:

vizex --help

File Structure

├── cli.py
├── disk.py
├── LICENSE
├── pkg
│   └── __init__.py
├── README.md
├── requirements.txt
├── setup.py
└── tests
    ├── access.py
    ├── test_cli.py
    └── test_disk.py

Follow me on Social Media

twitter linkedin github


Repo is distributed under the MIT license. Please see the LICENSE for more information.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vizex-1.1.0.tar.gz (8.4 kB view hashes)

Uploaded Source

Built Distribution

vizex-1.1.0-py3-none-any.whl (11.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page