rizin icon indicating copy to clipboard operation
rizin copied to clipboard

Add `-V` (verbose) flag to `rz-find`

Open notxvilka opened this issue 2 weeks ago • 3 comments

It is especially important for scanning directories - it should print filenames of every file scanned.

notxvilka avatar Dec 10 '25 21:12 notxvilka

Hi @notxvilka can I be assigned this issue? Thanks in advance!

meher745 avatar Dec 11 '25 08:12 meher745

Hi @notxvilka can I be assigned this issue? Thanks in advance!

Just send a PR

notxvilka avatar Dec 11 '25 08:12 notxvilka

Sure, thanks!

meher745 avatar Dec 11 '25 08:12 meher745

Hi @notxvilka!

I've created a PR adding the -V (verbose) flag to rz-find. It prints each file being scanned, which is helpful for monitoring progress when searching through directories.

Implementation includes:

  • Verbose output showing "Scanning: [filename]"
  • 8 new test cases (all passing)
  • Overrides auto-quiet mode when specified . ( i would like to take suggestion from you on what the correct approach on this should be , however as of now i have implemented that it overrides it ) .

I would also like to follow up on Updating the Rizin Book , i should raise a seperate Pull Request on : https://github.com/rizinorg/book correct ?

Zapper9982 avatar Dec 14 '25 15:12 Zapper9982