aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-03-30 21:52:26 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-03-30 21:52:26 +0530
commitef689d08b669def288ff8844b39e8fb0d49ac600 (patch)
tree36a8266b8729b4fb1fe1da40288039555f3ee528
parent3a515585d1743e197918efd0031856b545227576 (diff)
downloadnnn-ef689d08b669def288ff8844b39e8fb0d49ac600.tar.gz
Document how to integrate sxiv
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index fc35517..be91c5e 100644
--- a/README.md
+++ b/README.md
@@ -418,6 +418,12 @@ Export the path to the custom script:
export NNN_SCRIPT=/usr/local/bin/script.sh
+Sample script to open image files in current dir in sxiv:
+
+ #!/usr/bin/env sh
+
+ sxiv -q * >/dev/null 2>&1
+
Press <kbd>R</kbd> to run the script in the current directory.
#### change dir color