You are not logged in.
Pages: 1
Hi there,
my question is if Whisker Menu can search the files (as Windows10 do) and not just the apps in the SO
It's possible?
Thanks
Last edited by daunbailo (2019-08-20 16:17:25)
Offline
Hi there,
my question is if Whisker Menu can search the files (as Windows10 do) and not just the apps in the SOIt's possible?
Thanks
WhiskerMenu searches for applications to launch, but you can use Catfish for file searching.
Just as with Win10, different utilities fill different needs.
You can read a walk-through and review of Catfish:
https://www.ghacks.net/2018/04/12/catfi … gnu-linux/
I have used catfish a few times when I was tired, but usually prefer to search from terminal.
Last edited by Aravisian (2019-08-19 20:08:35)
Offline
Yes, you can.
Click on the Whisker Menu icon with the right mouse button and go to Preferences and access the "Search Actions" section. At this point we click on "+" and:
- In Name we insert "Search with Catfish" (or anything to our pleasure).
- In Pattern we insert a space and press Enter.
- In Command we insert the following string:
catfish --hidden --start %s
Now, if you type a space before your query in Whisker Menu, you'll get a Catfish search.
Tweak the command to your liking using the command line flags of Catfish.
Edit to add source: http://deasproject.altervista.org/blog/ … ella-home/
Last edited by alcornoqui (2019-08-19 20:52:19)
Offline
thank you so much
Offline
You're welcome!
Please edit the title to add [SOLVED], it helps others when browsing or searching.
Offline
This will only search in $HOME. A separate search action with a separate pattern can be added for a mounted drive, with a command like
catfish --start /path/to/mountpoint %s
or for a full system search
catfish --start / %s
use `--hidden` only if you want to show hidden files too.
Yes, you can.
Click on the Whisker Menu icon with the right mouse button and go to Preferences and access the "Search Actions" section. At this point we click on "+" and:
- In Name we insert "Search with Catfish" (or anything to our pleasure).
- In Pattern we insert a space and press Enter.
- In Command we insert the following string:catfish --hidden --start %s
Now, if you type a space before your query in Whisker Menu, you'll get a Catfish search.
Tweak the command to your liking using the command line flags of Catfish.
Edit to add source: http://deasproject.altervista.org/blog/ … ella-home/
Last edited by cipricus (2019-10-15 07:34:13)
Offline
Pages: 1
[ Generated in 0.010 seconds, 8 queries executed - Memory usage: 534.54 KiB (Peak: 535.38 KiB) ]