aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/picker
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-05-06 10:42:29 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-05-06 10:42:50 +0530
commitcfbb8f21177bf376698fa4d3b625d9627c1237e9 (patch)
tree124fc693a303aa6fca83f44933766be0582cb831 /plugins/picker
parentf438ddc28ce30fee3f870e1a7a91e8a1e6f0845f (diff)
downloadnnn-cfbb8f21177bf376698fa4d3b625d9627c1237e9.tar.gz
Uniform plugins
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