mirror of
https://github.com/jarun/nnn.git
synced 2024-11-04 18:33:12 +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
|
# Cygwin
|
||||||
# cat "$SELECTION" | xargs -0 | clip
|
# cat "$SELECTION" | xargs -0 | clip
|
||||||
|
|
||||||
|
# Wayland
|
||||||
|
# cat "$SELECTION" | xargs -0 | wl-copy
|
||||||
|
|
Loading…
Reference in a new issue