mirror of
https://github.com/jarun/nnn.git
synced 2024-11-28 05:41:31 +00:00
Document how to integrate sxiv
This commit is contained in:
parent
3a515585d1
commit
ef689d08b6
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue