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

Can't use REGEX in windows powershell #307

Open
taliyahpottruff opened this issue Sep 1, 2023 · 1 comment
Open

Can't use REGEX in windows powershell #307

taliyahpottruff opened this issue Sep 1, 2023 · 1 comment

Comments

@taliyahpottruff
Copy link

If I try to use the command gource --file-filter '(a|b)' for example powershell will respond with:
'b)' is not recognized as an internal or external command, operable program or batch file.

This makes filtering multiple filetypes impossible in Windows Powershell

@chocopoule
Copy link

chocopoule commented Jan 26, 2024

I came accross the same issue and found the following workaround:
set PIPE="|"
gource --file-filter '(a%PIPE%b)'

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

2 participants