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

Repo filtering functionality should add glob support #10

Open
ljharb opened this issue Jun 28, 2023 · 0 comments
Open

Repo filtering functionality should add glob support #10

ljharb opened this issue Jun 28, 2023 · 0 comments

Comments

@ljharb
Copy link

ljharb commented Jun 28, 2023

See #9 (comment)

tldr is that folks who have to manage lots of repos often want to target more than one at a time without having to manually list out each repo. For example:

  • org/*
  • org/prefix-*
  • org/*-suffix
  • */forked-name
  • */* (or *)

(Also, glob negations - a ! at the front of any glob)

Folks who don't need this functionality simply won't provide an asterisk or a leading bang, and folks who do will have it intuitively work just like gitignore, npmignore, eslint overrides, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant