When I copy a file path from the GUI (right-click on file and press 'Copy') and then paste it in the command line (Ctrl + Shift + V), it shows as:
file:///home/user/Documents/file.ext
I would like it to show as:
/home/user/Documents/file.ext
Is there a shortcut for this? I work a lot with images and it is a bit cumbersome to always manually delete 'file://'.