Releases: Par-python/bigfiles
Releases · Par-python/bigfiles
v1.4.0
Highlights
This release is about safety and speed of insight. Deletion now goes to your OS Trash by default (recoverable), the TUI grew teeth (delete + scoped dupe detection), and there's a new flat top view for when you just want the biggest files.
New
bigfiles top <path>— flat list of the N largest files under a path. No category grouping, no bars, no stale flags. Pairs cleanly with| head,| grep, or any pipeline.bigfiles top ~/Downloads -n 10 bigfiles top ~ -n 100 | grep '\.mp4'
What's Changed
- release: v1.4.0 — Trash by default, bigfiles top, TUI delete + dupes and subtree by @Par-python in #5
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
- V1.3 by @Par-python in #4
New Contributors
- @Par-python made their first contribution in #4
Full Changelog: https://github.com/Par-python/bigfiles/commits/v1.3.0