Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add length filtering options to ronin extract #259

Open
postmodern opened this issue Dec 11, 2024 · 0 comments
Open

Add length filtering options to ronin extract #259

postmodern opened this issue Dec 11, 2024 · 0 comments
Labels
command-option A command option extract-command `ronin extract` command feature New Feature idea Random idea

Comments

@postmodern
Copy link
Member

Add options for filtering the length of the matched strings.

  • --match-length NUM - only print matches of the exact length.
  • --match-min-length NUM - only print matches greater or equal to the minimum length.
  • --match-max-length NUM - only print matches less than or equal to the maximum length.
@postmodern postmodern added feature New Feature idea Random idea command-option A command option extract-command `ronin extract` command labels Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
command-option A command option extract-command `ronin extract` command feature New Feature idea Random idea
Projects
None yet
Development

No branches or pull requests

1 participant