An open API service indexing awesome lists of open source software.

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.

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
```