The NetBSD Project

CVS log for pkgsrc/sysutils/dust/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / sysutils / dust

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.14 / (download) - annotate - [select for diffs], Wed Mar 15 10:02:48 2023 UTC (6 days, 6 hours ago) by pin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.13: +4 -4 lines
Diff to previous 1.13 (colored)

sysutils/dust: update to 0.8.5

 - refactor: simplify filter.rs
 - refactor: DisplayData
 - feat: default option for depth from config file
 - remove depth from config.toml and fix style issues
 - Fix: some panics are occuring when creating rayon

Revision 1.13 / (download) - annotate - [select for diffs], Sun Jan 29 20:04:52 2023 UTC (7 weeks, 1 day ago) by pin
Branch: MAIN
Changes since 1.12: +82 -31 lines
Diff to previous 1.12 (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.12 / (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.11: +16 -4 lines
Diff to previous 1.11 (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.11 / (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.10: +115 -61 lines
Diff to previous 1.10 (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.10 / (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.9: +7 -7 lines
Diff to previous 1.9 (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.9 / (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.8: +79 -91 lines
Diff to previous 1.8 (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.8 / (download) - annotate - [select for diffs], Tue Oct 26 11:19:32 2021 UTC (16 months, 3 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.7: +60 -60 lines
Diff to previous 1.7 (colored)

sysutils: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Revision 1.7 / (download) - annotate - [select for diffs], Thu Oct 7 14:57:46 2021 UTC (17 months, 1 week ago) by nia
Branch: MAIN
Changes since 1.6: +1 -60 lines
Diff to previous 1.6 (colored)

sysutils: Remove SHA1 hashes for distfiles

Revision 1.6 / (download) - annotate - [select for diffs], Mon Sep 20 18:31:19 2021 UTC (17 months, 4 weeks ago) by pin
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.5: +5 -5 lines
Diff to previous 1.5 (colored)

sysutils/dust: update to 0.7.5

-bugfix: Allow dust to work on low width terminal

Revision 1.5 / (download) - annotate - [select for diffs], Sun Sep 19 11:52:24 2021 UTC (18 months ago) by pin
Branch: MAIN
Changes since 1.4: +37 -37 lines
Diff to previous 1.4 (colored)

sysutils/dust: update to 0.7.0

-new flags added -e -v -t
-code refractoring

Revision 1.4 / (download) - annotate - [select for diffs], Thu Aug 5 10:00:13 2021 UTC (19 months, 2 weeks ago) by pin
Branch: MAIN
Changes since 1.3: +5 -5 lines
Diff to previous 1.3 (colored)

sysutils/dust: update to 0.6.2

-bugfix: Fix crash when using '-f' flag

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: +29 -25 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: +125 -129 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.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>