Skip to content

A wrapper to visually display quota on the terminal

Notifications You must be signed in to change notification settings

gruunday/qcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qcheck

A script to display user quota info graphically on the terminal

This is just a wrapper script around quota -a, therefore quota should be installed and users should have access to it

Storage space report for user's account:
     storage: |==============                     | 40%,  393MB used,  583MB free
  file count: |===========                        | 34%, 6822Used,    13178Free

Install and build locally

git clone $repo
pip3 install build
apt install python3-virtualenv

cd $repo
python3 -m build 
pip3 install dist/qcheck...*...whl

Cool use cases

You can have qcheck run on login for a user by placing the following in /etc/profile.d/motd.sh

/usr/local/bin/qcheck $USER

About

A wrapper to visually display quota on the terminal

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages