You are not logged in.
Pages: 1
Hi there,
every time I open catfish to make a search I have to select all options I need as File Type (left column), in content, exact match and so on.
There is a way to fix this issue?
Many thanks
Offline
According to the manual, "in content" and "exact match" are command line flags, so you can change the command in the launcher (or whatever you use to launch the program, such as Thunar context menu/custom action).
So, instead of launching "catfish", you'd do:
catfish --exact --fulltext
As for file type, it seems like there's no command line flag, but I think the option only filters the displayed results, the actual search is the same.
Hopefully someone more knowledgeable can tell us if we can use the config file (in ~/.config/catfish/catfish.rc) to make those options permanent without adding the flags.
Edit: Changed wrong link
Last edited by alcornoqui (2019-08-19 20:32:44)
Offline
Hopefully someone more knowledgeable can tell us if we can use the config file (in ~/.config/catfish/catfish.rc) to make those options permanent without adding the flags.
Doesn't look like you can. However, you can create an alias and use that:
alias catfish='catfish --exact --fulltext'
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Pages: 1
[ Generated in 0.012 seconds, 7 queries executed - Memory usage: 520.91 KiB (Peak: 521.75 KiB) ]