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

Spaces in paths not handled in GUI wrapper #23

Open
eugenesvk opened this issue Mar 17, 2023 · 0 comments · May be fixed by #24
Open

Spaces in paths not handled in GUI wrapper #23

eugenesvk opened this issue Mar 17, 2023 · 0 comments · May be fixed by #24

Comments

@eugenesvk
Copy link
Contributor

The gui wrapper on a Mac doesn't seem to be able to handle hyperlink clicks when those contain spaces etc.
I guess there needs to be some (html??) un-escape conversion?

this works with the same editor

printf '\x1b]8;;file:///path/to/file/with spaces.txt\x1b\\This is a file with spaces\x1b]8;;\x1b\\\n'

while this fails trying to open a with%20spaces.txt instead

printf '\x1b]8;;file-line-column:///path/to/file/with spaces.txt\x1b\\This is a file with spaces\x1b]8;;\x1b\\\n'
@eugenesvk eugenesvk linked a pull request Mar 17, 2023 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant