From 8568cd6770b3b17681ccab5e4dbff147754f3dbd Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Wed, 6 May 2020 10:59:57 +0530 Subject: Change requires to dependencies --- plugins/x2sel | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'plugins/x2sel') 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 # -- cgit v1.2.3-70-g09d2