[package]
name = "diskhog"
version = "0.4.0"
authors = ["wabuntu <to.wabuntu@proton.me>"]
edition = "2024"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/wabuntu"
repository = "https://github.com/wabuntu/diskhog"
description = """
TUI that lists the largest files on disk and lets you delete the ones
you pick, to the trash or for real, with size and %-of-disk shown for
each.
"""
categories = ["command-line-utilities", "filesystem"]
keywords = ["disk-usage", "tui", "cleanup", "trash", "cli"]
[dependencies]
clap = { version = "4.6.6", features = ["derive"] }
ratatui = "0.30.2"
crossterm = "0.29.0"
ignore = "0.4.33"
trash = "5.2.6"
fs4 = "1.1.0"