Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 1.08 KB

README.md

File metadata and controls

58 lines (40 loc) · 1.08 KB

diskstat

PyPI - Version

Visualize your disk free space without Windows Explorer.

install

pip install -U diskstat

Then install autohotkey.

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-console.exe

API for testing

show: http://127.0.0.1:12347/show

stop: http://127.0.0.1:12347/stop, only useful when debugging

Screenshots

demo

Features

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

Note on running from source

need to install golang; then run hatch_build.py.