Commit Graph

8 Commits

Author SHA1 Message Date
andy.boot 57115bd624 feature: Support for dereference links -L follow
du has -L flag which allows it to dereference or follow
symlinks. Clone this feature into dust.
https://github.com/bootandy/dust/issues/276
2023-01-04 21:17:23 +00:00
andy.boot 0ac818a2f5 Feature: Ignore sym links
https://github.com/bootandy/dust/issues/264
2023-01-04 20:57:43 +00:00
DIRE 2ca7177446 FEATURE: support only directories will be displayed. Flag -D 2022-10-05 23:26:10 +01:00
Collin Styles e858f9e976 Read inputs from stdin when applicable 2022-10-01 11:16:14 +01:00
andy.boot d6f9bb3c47 Feature: Add min-size parameter
Add often requested feature. '--min-size 50000' will only include files
above a size of 50kB
2022-08-23 11:47:18 +01:00
andy.boot b9b2aee760 Cleanup: Clean previous commit.
Dislike the idea of passing a string into build_cli. By removing
a call to default_value we can side-step the problem.

Downside is we lose the error log if a user provides a bad depth
2022-08-23 09:12:07 +01:00
Jedsek f60184ecbb Fix the hard code of max depth 2022-08-23 09:11:13 +01:00
Jedsek 81d52e6e3a Support for completions 2022-08-23 09:11:13 +01:00