https://github.com/itsayellow/durank
Sorted du-style recursive disk usage. Files and directories ranked from most to least blocks used.
https://github.com/itsayellow/durank
disk-space disk-usage du ranking
Last synced: 2 months ago
JSON representation
Sorted du-style recursive disk usage. Files and directories ranked from most to least blocks used.
- Host: GitHub
- URL: https://github.com/itsayellow/durank
- Owner: itsayellow
- License: mit
- Created: 2019-06-07T20:43:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-26T20:59:23.000Z (about 1 year ago)
- Last Synced: 2025-06-20T07:43:11.975Z (4 months ago)
- Topics: disk-space, disk-usage, du, ranking
- Language: Python
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# durank
## Installation
Install [pipx](https://github.com/pipxproject/pipx).
```
pip install pipx
```Install durank.
```
pipx install git+https://github.com/itsayellow/durank
```