Metadata-Version: 2.4
Name: restic-qdirstat
Version: 0.1.0
Summary: Analyze restic snapshots with QDirStat
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# restic-qdirstat

Analyze the size of restic snapshots using QDirStat.

## Usage

Install using `pipx` (or `uvx`):

```sh
pipx install restic-qdirstat
```

Then, run:

```sh
restic ls -l latest | restic-qdirstat -o restic.cache.gz
```

Finally, you can open the generated `restic.cache.gz` archive in QDirStat (File -> Read Cache File) and inspect the snapshot.
