summaryrefslogtreecommitdiff
path: root/searx/results.py
diff options
context:
space:
mode:
authorNoémi Ványi <kvch@users.noreply.github.com>2020-09-08 09:51:53 +0200
committerGitHub <noreply@github.com>2020-09-08 09:51:53 +0200
commitf0ca1c34833e2c0c79af68e699e646d77167a269 (patch)
treeddd94c298ee654f94b8fee8cc53c293efb34455e /searx/results.py
parent339738275446dc185e761bdc3f4714cf29d33fd8 (diff)
[enh] Add command line engines: git grep, find, etc. (#2128)
A new "base" engine called command is introduced. It is the foundation for all command line engines for now. You can use this engine to create your own command line engine. Add some engines (commented out to make sure no one enables anything accidentally): * git grep: This engine lets you grep in the searx repo. * locate: If locate is installed and initialized, you can search on the FS. * find: You can find files with a specific name from where you started searx. * pattern search in files: This engine utilizes the command fgrep. * regex search in files: This engine runs `grep` to find a file based on its contents.
Diffstat (limited to 'searx/results.py')
0 files changed, 0 insertions, 0 deletions