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

Feature Request: Escaped path names #11

Open
PulpSpy opened this issue Mar 17, 2016 · 1 comment
Open

Feature Request: Escaped path names #11

PulpSpy opened this issue Mar 17, 2016 · 1 comment

Comments

@PulpSpy
Copy link

PulpSpy commented Mar 17, 2016

I'm not sure how useful this is cross platform, but on OS X, for copying paths into the terminal that contain a space in the folder name, it would be great if it copied with the space escaped:

/Users/jeremyclark/Code/Test\ Vectors/blah.c <--- this
/Users/jeremyclark/Code/Test Vectors/blah.c <--- not this

@goldtreefrog
Copy link

That would not work in Windows paths because Windows uses back slashes in place of forward slashes and therefore tries to use the back slash as a folder separator in the path name. I tested it on a couple of Windows paths that include spaces and Windows could not find the folders.

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