Fix Globbing on Windows; add .gitignore#27
Conversation
|
Issue in question: #26 |
|
I updated the code further, so that additional globbing does not cause duplicate files to be matched twice (or more). I also updated the Demo. Notice how in demo, a command of, Only matches file Thanks again |
|
Had the same issue here, thanks for the PR. You saved me! |
@kaiotellure , I'm glad I could help 🙇♂️ |
|
mp3cat failing is normal. PowerShell does not run executables from the current directory unless you use a path such as .\mp3cat.exe, or the directory is on PATH. Microsoft documents this as a security feature.' Quoting is required because the path contains spaces. PowerShell’s own docs say arguments containing spaces, such as paths, must be quoted. |
|
I am awaiting @dmulholl to apply changes. They do not, and it would be great if there were a greater pushback for changes to be made. But until it happens, this discussion is a bit like waiting for a miracle to happen. |

Changes
.mp3s for git)Demo (v2)