shell: make copy-path copy the whole path
This commit is contained in:
parent
c9896d3714
commit
1f5d9778ac
1 changed files with 3 additions and 1 deletions
|
@ -3,4 +3,6 @@
|
||||||
|
|
||||||
CLIPBOARD_MANAGER="${CLIPBOARD_MANAGER:-xsel -b}"
|
CLIPBOARD_MANAGER="${CLIPBOARD_MANAGER:-xsel -b}"
|
||||||
|
|
||||||
printf '%s ' "$@" | $CLIPBOARD_MANAGER
|
for f; do
|
||||||
|
realpath "$f"
|
||||||
|
done | $CLIPBOARD_MANAGER
|
||||||
|
|
Loading…
Add table
Reference in a new issue