aboutsummaryrefslogtreecommitdiffstats
path: root/nlay
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-05-23 18:49:50 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-05-23 18:57:19 +0530
commit16ec5d335105e9daa7a2ae4dbd37ec7985a64b34 (patch)
tree329282024c5a866bc5c94aa2245c1b879d1467d0 /nlay
parente63dc3457d4ee67c7917e3bd0efad7f687a6dd7f (diff)
downloadnnn-16ec5d335105e9daa7a2ae4dbd37ec7985a64b34.tar.gz
Use gnome-search-tool as default search utility
Reasons: gnome-search-tool is much more powerful than other tools in its category. It supports numerous search parameters like size, modification date and supports text search.
Diffstat (limited to 'nlay')
-rwxr-xr-xnlay4
1 files changed, 2 insertions, 2 deletions
diff --git a/nlay b/nlay
index bc9eaaa..3c0feb3 100755
--- a/nlay
+++ b/nlay
@@ -123,11 +123,11 @@ fi
#----------------- SEARCH -------------------
if [ "$2" == "search" ]; then
- app=catfish
+ app=gnome-search-tool
#search_opts=
bg=">/dev/null 2>&1 &"
- eval $app $search_opts "\"$1\"" $bg
+ eval $app $search_opts --path "\"$1\"" $bg
exit 0
fi