Skip to content
Commit 9bc892ef authored by Ahmad Samir's avatar Ahmad Samir Committed by Kurt Hindenburg
Browse files

Paste urls of local files as a list of quoted strings

When pasting urls of local files, remove the the scheme part, "file://",
and paste the urls as a space-separated list of local file paths, which
are quoted as needed.

Commands such as cp, mv, ls... etc, don't understand/parse the file://
bit of local urls, therefore it's more useful to strip the scheme for local
files.

CCBUG: 408813
parent c83bb19a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment