mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Add Wayland clipboard example
This commit is contained in:
parent
955826a1e8
commit
2559ddbd38
|
@ -18,3 +18,6 @@ cat "$SELECTION" | xargs -0 | xsel -bi
|
|||
|
||||
# Cygwin
|
||||
# cat "$SELECTION" | xargs -0 | clip
|
||||
|
||||
# Wayland
|
||||
# cat "$SELECTION" | xargs -0 | wl-copy
|
||||
|
|
Loading…
Reference in a new issue