Nemo displays path to mtp device like that:
mtp://[usb:001,007]/
I want to be able to copy path from Nemo to terminal and cd
there. Maybe it's possible even with this path while escaping some symbols (tried unsuccessfully)?
Currently I have to do it this way:
cd /run/user/1000/gvfs/mtp:host=%5Busb%3A001%2C007%5D
To be usable as a path you have to URL-encode the string that you get from Nemo.
To do so the following oneliner should return the command to use to
cd
into your mtp device:it returns: