From: Arun Prakash Jana Date: Fri, 30 Mar 2018 16:22:26 +0000 (+0530) Subject: Document how to integrate sxiv X-Git-Tag: v1.8~32 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=ef689d08b669def288ff8844b39e8fb0d49ac600;p=nnn.git Document how to integrate sxiv --- diff --git a/README.md b/README.md index fc355174..be91c5e4 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 R to run the script in the current directory. #### change dir color