Subject: CVS commit: pkgsrc/sysutils/dua-cli
From: pin
Date: 2023-12-28 21:42:47
Message id: 20231228204247.3F755FA42@cvs.NetBSD.org

Log Message:
sysutils/dua-cli: update to 2.24.2

2.24.2 (2023-12-26)
Bug Fixes
 - avoid duplicate key input on windows. On Windows, key-states like
   press/release/repeat are made available separately, which means we should
   avoid responding to key-releases as it would incorrectly double the actual
   user inputs.

2.24.1 (2023-12-25)
Bug Fixes
 - keep checking for existance of entries outside of the glob top-level.
   The glob top-level is used to display all search results which means that
   there can be a lot of them, which would unnecessarily slow down the search
   operation.

   Previously it would never check for the existence of an entry in glob mode,
   but now it will do so outside of the top-level.

2.24.0 (2023-12-24)

This release adds long-awaited globbing support, just hit the / key to get
started.

You want to find the biggest .git directories? Just type /.git/<enter> and you
are done. What about all target directories? Just write target/ to the glob
search prompt and it's done. What about all directories ending in *.rs/?
Oh, by accident you typed *.rs and now there is a list of a quarter million of
entries? No problem, it's near instant even with millions of files to search or
hundreds of thousands to display.

  Note that glob-mode can be exited only by pressing ESC when the glob prompt
  has focus.

Special thanks go to the contributor who made this feature happen, along with
many other improvements. Now dua feels refreshed for 2024, and is much more
versatile.

Happy holidays!

Files:
RevisionActionfile
1.28modifypkgsrc/sysutils/dua-cli/Makefile
1.20modifypkgsrc/sysutils/dua-cli/cargo-depends.mk
1.29modifypkgsrc/sysutils/dua-cli/distinfo