You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/searx
Noémi Ványi f0ca1c3483
[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.
4 years ago
..
answerers Fix search error with query 'random sha256' 4 years ago
data add peertube engine (#2109) 4 years ago
engines [enh] Add command line engines: git grep, find, etc. (#2128) 4 years ago
plugins Revert "[enh] new plugin to open results on new browser tabs" 4 years ago
static fix selects in preferences so they look consistent (#2150) 4 years ago
templates [enh] Add command line engines: git grep, find, etc. (#2128) 4 years ago
translations [enh] update translations 4 years ago
__init__.py [fix] resolve minor review issues 4 years ago
autocomplete.py Add Swisscows autocomplete option 5 years ago
brand.py build environment: add GIT_BRANCH variable 5 years ago
exceptions.py [fix] add message to SearxParameterException - fixes #1722 5 years ago
external_bang.py [mod] external_bang.py: always read bangs.json with a UTF-8 file. 4 years ago
languages.py update languages: engines_languages.json languages.py 5 years ago
poolrequests.py [enh] add option to configure proxies per engine - closes #1827 4 years ago
preferences.py Add key to settings.yml for opening result links in a new tab 4 years ago
query.py Created new plugin type custom_results. Added new plugin bang_redirect (#2027) 4 years ago
results.py add engine's name in infobox's header 4 years ago
search.py [enh] add option to configure proxies per engine - closes #1827 4 years ago
settings.yml [enh] Add command line engines: git grep, find, etc. (#2128) 4 years ago
settings_robot.yml DOI improvements: enable HTTPS, update URL of doai.io (#1718) 4 years ago
testing.py searx/testing.py: fixed pep8 error 5 years ago
url_utils.py minor fixes of pubmed engine 7 years ago
utils.py [mod] speed optimization 5 years ago
version.py [enh] release v0.17.0 4 years ago
webapp.py Revert "[enh] test: load each engine to check for syntax errors" 4 years ago