Gource icon indicating copy to clipboard operation
Gource copied to clipboard

Can't use REGEX in windows powershell

Open taliyahpottruff opened this issue 11 months ago • 1 comments

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

taliyahpottruff avatar Sep 01 '23 04:09 taliyahpottruff

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

chocopoule avatar Jan 26 '24 10:01 chocopoule