We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
it'd be useful to have a way to list and filter files (--larger-than, --smaller-than) with file sizes.
--larger-than
--smaller-than
╭───┬─────────────┬────────┬──────────╮ │ i │ Time │ Path │ Size │ ├───┼─────────────┼────────┼──────────┤ │ 3 │ 5 hours ago │ /a.zip │ 3.0 KiB │ │ 2 │ 5 hours ago │ /b.zip │ 12.1 MiB │ ╰───┴─────────────┴────────┴──────────╯
example ncdu output:
--- /home/scarf/.local/share/Trash/files ------------------------------------- /.. 2.1 GiB [####################################] /foo 763.4 MiB [############# ] /bar
The text was updated successfully, but these errors were encountered:
fyi: the spec for trashinfo format can be found here: https://specifications.freedesktop.org/trash-spec/trashspec-latest.html
Sorry, something went wrong.
No branches or pull requests
Summary
it'd be useful to have a way to list and filter files (
--larger-than
,--smaller-than
) with file sizes.Example
References
example ncdu output:
The text was updated successfully, but these errors were encountered: