Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: Par-python/bigfiles

v1.4.0

22 May 03:45
9f864c9

Choose a tag to compare

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

15 May 14:46
dad775b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/Par-python/bigfiles/commits/v1.3.0