aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/x2sel
diff options
context:
space:
mode:
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
#