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/templates
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
..
__common__ [fix] opensearch on chromium for android (#2132) 4 years ago
courgette [enh] add engine names to results as classes - closes #670 4 years ago
legacy Replaced dash with em in searx description (#1973) 4 years ago
oscar [enh] Add command line engines: git grep, find, etc. (#2128) 4 years ago
pix-art Add autofocus to all search inputs 4 years ago
simple Replaced dash with em in searx description (#1973) 4 years ago