This repository has been moved to gitlab.com/paul-nechifor/ohmu.
Old readme:
View space usage in your terminal.
Install the Python headers (TODO: specify the commands on every major OS.)
Install (prefix with sudo
if you need to):
pip install ohmu --user --upgrade
Scan the current directory:
ohmu
Scan some random directory:
ohmu some/random/dir
Make sure you have Tox installed globally.
Run the tests with:
tox
MIT