1
0
Fork 0
mirror of https://github.com/jarun/nnn.git synced 2025-04-15 09:56:32 +00:00

Add Wayland clipboard example

This commit is contained in:
Arun Prakash Jana 2019-11-05 02:45:03 +05:30
parent 955826a1e8
commit 2559ddbd38

View file

@ -18,3 +18,6 @@ cat "$SELECTION" | xargs -0 | xsel -bi
# Cygwin
# cat "$SELECTION" | xargs -0 | clip
# Wayland
# cat "$SELECTION" | xargs -0 | wl-copy