aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/x2sel
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-05-06 10:59:57 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-05-06 10:59:57 +0530
commit8568cd6770b3b17681ccab5e4dbff147754f3dbd (patch)
tree737a54b41249e838f1ca3f456585b055c361e808 /plugins/x2sel
parentcfbb8f21177bf376698fa4d3b625d9627c1237e9 (diff)
downloadnnn-8568cd6770b3b17681ccab5e4dbff147754f3dbd.tar.gz
Change requires to dependencies
Diffstat (limited to 'plugins/x2sel')
-rwxr-xr-xplugins/x2sel15
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
#