kamiyaa / joshuto

ranger-like terminal file manager written in Rust
https://crates.io/crates/joshuto
GNU Lesser General Public License v3.0
3.43k stars 151 forks source link

Issue with copying filenames #476

Closed MrXueBao closed 8 months ago

MrXueBao commented 9 months ago

When copying the file name or directory names, I usually want to paste that path to some commands like cd or open. But if the path contains spaces like ~/My Folder1/My Folder2, this causes issue and inconvenience since I had to manually add \ before each space when running the command. Can you add this feature of including \ before spaces in file paths or make it configurable?

kamiyaa commented 8 months ago

You can put quotes around it

cd 'path/ with a space'

Hope this helps!

MrXueBao commented 8 months ago

ah this was helpful. sorry I made a mistake irrelevant with joshuto lol