-
Notifications
You must be signed in to change notification settings - Fork 50
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
Linux (possibly others) ampersand in filename #67
Comments
find . -depth -name '&' -execdir bash -c 'mv "$1" "${1//&/and}"' _ {} ; rename recusivly all files in current working path, replacing & with and (work-a-round) |
Thanks for filing the issue! It does look like we should escape things better, not force people to rename their files! :-) |
lol - for sure (was just temp thing in case ppl needed something to work NOW!) ;) |
Ive also found that a semicolon(;) also causes this problem |
I have added escaping in my fork |
NB gui just shows none moving progress bar (but still responsive to closing window) no error message on gui
console output as follows:
The text was updated successfully, but these errors were encountered: