Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
199 changes: 198 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bigfiles"
version = "1.3.1"
version = "1.4.0"
edition = "2021"
license = "AGPL-3.0-or-later"
description = "Find what's eating your disk — a parallel directory scanner with category breakdown, stale-file flagging, and hardlink-aware duplicate detection."
Expand All @@ -27,6 +27,7 @@ ratatui = "0.29"
crossterm = "0.28"
num-format = "0.4"
dirs = "5"
trash = "5"

[target.'cfg(unix)'.dependencies]
pager = "0.16"
Expand Down
Loading
Loading