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

RFC: --exec with placeholder corresponding to regex groups/ocurrences #1118

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Sep 24, 2022

  1. Add positional token for --exec regex placeholder

    Juarez Rudsatz committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    17dfbc7 View commit details
    Browse the repository at this point in the history
  2. Store captured groups for regex placeholder

    Juarez Rudsatz committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    66884aa View commit details
    Browse the repository at this point in the history
  3. Hook regex capturing with command execution

    Juarez Rudsatz committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    fed071e View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2022

  1. Allow more than one match to be captured per path

    Juarez Rudsatz committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    56ee505 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Allow capturing from multiples matches and groups

    Juarez Rudsatz committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    0910d4c View commit details
    Browse the repository at this point in the history
  2. Update help for multiple regex matches vs groups

    Juarez Rudsatz committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    6c9507c View commit details
    Browse the repository at this point in the history
  3. Allow default text for placeholder when group not matched

    Juarez Rudsatz committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    a12a9a8 View commit details
    Browse the repository at this point in the history
  4. ci: fix issues in windows

    Juarez Rudsatz committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    0c90f60 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Fix inversion of logic in regex match

    Juarez Rudsatz committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    084030c View commit details
    Browse the repository at this point in the history