mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
gnome-search-tool: add option --path
This commit is contained in:
parent
dcfc6074c5
commit
29961f060c
4
nlay
4
nlay
|
@ -65,7 +65,7 @@ elif [ "$2" == "search" ]; then
|
||||||
app=("gnome-search-tool"
|
app=("gnome-search-tool"
|
||||||
"catfish")
|
"catfish")
|
||||||
|
|
||||||
opts=(""
|
opts=("--path"
|
||||||
"--path")
|
"--path")
|
||||||
|
|
||||||
bg=(">/dev/null 2>&1 &"
|
bg=(">/dev/null 2>&1 &"
|
||||||
|
@ -84,7 +84,7 @@ elif [ "$2" == "screensaver" ]; then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#------------------- PLAY -------------------
|
#----------------- RUN APP ------------------
|
||||||
for index in ${!app[@]}
|
for index in ${!app[@]}
|
||||||
do
|
do
|
||||||
type -P ${app[$index]} &>/dev/null &&
|
type -P ${app[$index]} &>/dev/null &&
|
||||||
|
|
Loading…
Reference in a new issue