aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/picker
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/picker')
-rwxr-xr-xplugins/picker26
1 files changed, 13 insertions, 13 deletions
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