From cfbb8f21177bf376698fa4d3b625d9627c1237e9 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Wed, 6 May 2020 10:42:29 +0530 Subject: Uniform plugins --- plugins/picker | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'plugins/picker') diff --git a/plugins/picker b/plugins/picker index 91101fe..93acca5 100755 --- a/plugins/picker +++ b/plugins/picker @@ -2,21 +2,21 @@ # Description: Pick files and pipe the newline-separated list to another utility # -# Shell: POSIX compliant -# Author: Arun Prakash Jana -# # Usage: -# Copy this file in your $PATH, make it executable and preferably name it to picker. -# Run commands like: -# ls -l `picker` -# cd `picker` -# vimdiff `picker` -# or, in fish shell: -# ls -l (picker) -# cd (picker) -# vimdiff (picker) +# Copy this file in your $PATH, make it executable and preferably name it to picker. +# Run commands like: +# ls -l `picker` +# cd `picker` +# vimdiff `picker` +# or, in fish shell: +# ls -l (picker) +# cd (picker) +# vimdiff (picker) # -# NOTE: This use case is limited to picking files, other functionality may not work as expected. +# Note: This use case is limited to picking files, other functionality may not work as expected. +# +# Shell: POSIX compliant +# Author: Arun Prakash Jana nnn -p /tmp/picked -- cgit v1.2.3-70-g09d2