Up to [cvs.NetBSD.org] / pkgsrc / sysutils / dust
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.9 / (download) - annotate - [select for diffs], Sun Jan 29 20:04:52 2023 UTC (7 weeks, 1 day ago) by pin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +27 -10
lines
Diff to previous 1.8 (colored)
sysutils/dust: update to 0.8.4 - FEATURE: support only directories will be displayed. Flag -D - fix: bug where hard links could be double counted - Fix: naming of parameter - Implemented a progress indicator - upgrade dependencies - feature: --files-only -F - Feature: Add flag for screen readers
Revision 1.8 / (download) - annotate - [select for diffs], Fri Sep 2 11:45:17 2022 UTC (6 months, 2 weeks ago) by pin
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.7: +5 -1
lines
Diff to previous 1.7 (colored)
sysutils/dust: update to 0.8.3 - Fix: Only create large stack size if enough memory - Small boxes do not have enough memory to create a large stack - Conversely we want a large stack size for large boxes with a very highly nested directory structure.
Revision 1.7 / (download) - annotate - [select for diffs], Wed Aug 24 05:18:15 2022 UTC (6 months, 3 weeks ago) by pin
Branch: MAIN
Changes since 1.6: +38 -20
lines
Diff to previous 1.6 (colored)
sysutils/dust: update to 0.8.2 v0.8.2 Adds support for: - Config file - New parameter: --min-size - New parameter: --skip-total - Does not include a space character as the first character in each line unless required - Fixes spurious permissions warning - Adds completion
Revision 1.6 / (download) - annotate - [select for diffs], Mon Aug 1 08:07:13 2022 UTC (7 months, 2 weeks ago) by pin
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
sysutils/dust: update to 0.8.1 -Improve help text -Fix archive/directory check in platform.rs -Bump regex -Refactor: tweak utils function -Fix: Allow -n to be used with -d
Revision 1.5 / (download) - annotate - [select for diffs], Sun Feb 27 20:33:27 2022 UTC (12 months, 3 weeks ago) by pin
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.4: +26 -30
lines
Diff to previous 1.4 (colored)
sysutils/dust: update to 0.8.0 -Feature/Bugfix: Allow multiple regexs to be used. The -e and -v flags allow multiple values. Before values after the first were ignored. This change allows the user to specify multiple regexs and have them all applied. -Feature: Implement ISO output. -Fix: Add assert for low terminal width. If terminal is not wide enought to print text, then print an error message. -Fix: Bug: names may be shortened unnecessarily. The code calculating the width of a row to use vs the width of the terminal wasn't quite right.
Revision 1.4 / (download) - annotate - [select for diffs], Sun Sep 19 11:52:24 2021 UTC (18 months ago) by pin
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3
Changes since 1.3: +9 -9
lines
Diff to previous 1.3 (colored)
sysutils/dust: update to 0.7.0 -new flags added -e -v -t -code refractoring
Revision 1.3 / (download) - annotate - [select for diffs], Mon Jul 19 15:18:16 2021 UTC (20 months ago) by pin
Branch: MAIN
Changes since 1.2: +7 -6
lines
Diff to previous 1.2 (colored)
sysutils/dust: update to 0.6.1 -Change size of softlinks to 0 -Refactor: Compress arguemnts to one object -Rename file: dirwalker -> dir_walker
Revision 1.2 / (download) - annotate - [select for diffs], Thu Jun 24 08:45:55 2021 UTC (20 months, 3 weeks ago) by pin
Branch: MAIN
Changes since 1.1: +31 -32
lines
Diff to previous 1.1 (colored)
sysutils/dust: update to 0.6.0 -Add support for width flag #126 -Add wrap_help feature to clap -Simplify conflict implementation -Large refactor. Use rayon, 10X performance boost -Remove -x option
Revision 1.1 / (download) - annotate - [select for diffs], Sun Jan 17 19:31:37 2021 UTC (2 years, 2 months ago) by pin
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1
sysutils/dust: import package du + rust = dust. Like du but more intuitive. Dust is meant to give you an instant overview of which directories are using disk space without requiring sort or head. It will print a maximum of one 'Did not have permissions message'. Dust will list a slightly-less-than-the-terminal-height number of the biggest subdirectories or files and will smartly recurse down the tree to find the larger ones. There is no need for a '-d' flag or a '-h' flag. The largest subdirectories will be colored. Apparent-size is calculated slightly differently in dust to gdu. In dust each hard link is counted as using file_length space. In gdu only the first entry is counted.