* Bugfix to support `/` as a final directory entry without creating an "empty filename" file. * Adds `-i` flag to read from stdin, e.g. sh BLOCKSIZE=512 python filesizeview.py -i < du-output.txt
0.0.5
* Fix setuptools issue. `pip install filesizeview` should finally work.
0.0.3
* Fallback to built-in `du` on MacOS if `gdu` isn't installed.