Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 844 Bytes

File metadata and controls

23 lines (16 loc) · 844 Bytes

Changelog

0.2.0.0 - 2025-08-30

Added

  • Command-line arguments for LOCATION and QUERY are now the default way to use ryvm.
  • --stdin flag to read LOCATION and QUERY from standard input, preserving the old behavior.
  • --make-relative flag to make result file paths relative to the search location.
  • --ext-whitelist flag to specify a comma-separated list of file extensions to search.

Changed

  • BREAKING: The primary command-line interface has been changed from reading from stdin to taking LOCATION and QUERY as arguments.

0.1.0.0 - 2025-08-27

Added

  • Initial release