Releases: heiner/filesizeview
Releases · heiner/filesizeview
0.0.7
Few features: u
, \t
, \n
commands.
0.0.6
- Bugfix to support
/
as a final directory entry without creating an "empty filename" file.
- Adds
-i
flag to read from stdin, e.g.
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.
0.0.2
Re-release of Martin's filesizeview
.