Ilya
Ilya
Also confirm, that it works. Using g1vacuum class. At least start and stop works.
Quotes are need to dnd files with spaces and other special symbols in it's names. If I dnd file with spaces in name, I'll just get a two/more different command...
I tried to enable bracketed paste and no luck. Paths still dropped without any escape/quoting. Also I realized that only bracketing isn't enough in case when filename contains ' symbol.
I tested with the regular paste (with Ctrl+Shift+V), it doesn't even try to escape symbols.
Tried the same with the gnome-terminal (as a reference for this feature), same result. So IMHO the best way is to escape and quote filenames on the terminal emulator's side,...
I looked up gnome-terminal's source code, is uses `g_shell_quote()` to escape file's paths. It does the same, as my patch, but it escapes ' symbol too. So I'll add a...
Done. Now it works perfect. Code may looks creepy, because I'm not a Rust programmer, but it works as expected.
> denied this feature in the past Where?
Hi there. I'm interested in i18n too, Russian language. @MFAshby work looks very well, but of course support for SPI flash is needed. I'll try to help with that, when...
> Do you have access to Mac and/or Windows to check it? I can try build and check on Windows, but have absolutely no idea how to build and check...