diff options
| author | 2020-05-06 10:59:57 +0530 | |
|---|---|---|
| committer | 2020-05-06 10:59:57 +0530 | |
| commit | 8568cd6770b3b17681ccab5e4dbff147754f3dbd (patch) | |
| tree | 737a54b41249e838f1ca3f456585b055c361e808 /plugins/x2sel | |
| parent | cfbb8f21177bf376698fa4d3b625d9627c1237e9 (diff) | |
| download | nnn-8568cd6770b3b17681ccab5e4dbff147754f3dbd.tar.gz | |
Change requires to dependencies
Diffstat (limited to 'plugins/x2sel')
| -rwxr-xr-x | plugins/x2sel | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/plugins/x2sel b/plugins/x2sel index 88f9dcc..09ac68f 100755 --- a/plugins/x2sel +++ b/plugins/x2sel @@ -1,13 +1,14 @@ #!/usr/bin/env sh # Description: Copy system clipboard newline-separated file list to selection -# Requires: tr and -# xclip/xsel (Linux) -# pbpaste (macOS) -# termux-clipboard-get (Termux) -# powershell (WSL) -# cygwim's /dev/clipboard (Cygwin) -# wl-paste (Wayland) +# Dependencies: +# - tr +# - xclip/xsel (Linux) +# - pbpaste (macOS) +# - termux-clipboard-get (Termux) +# - powershell (WSL) +# - cygwim's /dev/clipboard (Cygwin) +# - wl-paste (Wayland) # # Limitation: breaks if a filename has newline in it # |