Visualize your disk free space without Windows Explorer.
pip install -U diskstat
> diskstat.exe --help
usage: diskstat [-h] [-d] [-o]
options:
-h, --help show this help message and exit
-d, --disable disable auto start
-o, --open open startup folder
for example, if you want to start this with Windows:
diskstat.exe
to disable:
diskstat.exe -d
to launch via command line:
diskstat-launcher.exe
show: http://127.0.0.1:12346/show
hide: http://127.0.0.1:12346/hide
stop: http://127.0.0.1:12346/stop, only useful when debugging
Red bar when free space is lower than 10% (Same as Windows Explorer).
Use 'Win+Alt+O' for shortcut key.