dandavison / open-in-editor

Open a local file from a URL at a line number in an editor/IDE
55 stars 8 forks source link

fix: unquote URLs passed to GUI app #24

Open eugenesvk opened 1 year ago

eugenesvk commented 1 year ago

NB! cli and gui scripts are now different as cli shouldn't be escaped in case actual file names contain those %20 characters literally, the terminal doesn't autoescape it

Close https://github.com/dandavison/open-in-editor/issues/23

dandavison commented 1 year ago

Can you add a test or doctest demonstrating the bug you're fixing?

eugenesvk commented 1 year ago

added one