Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 1.03 KB

README.md

File metadata and controls

55 lines (39 loc) · 1.03 KB

diskstat

PyPI - Version

Visualize your disk free space without Windows Explorer.

install

pip install -U diskstat

Options

> 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

API for testing

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

Screenshots

demo

Features

Red bar when free space is lower than 10% (Same as Windows Explorer).

Use 'Win+Alt+O' for shortcut key.