searx/searx/templates/oscar
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.
2020-09-08 09:51:53 +02:00
..
messages show engine errors when no result is returned at all 2017-07-15 17:59:50 +02:00
result_templates [enh] Add command line engines: git grep, find, etc. (#2128) 2020-09-08 09:51:53 +02:00
404.html [enh] py3 compatibility 2017-05-15 12:02:30 +02:00
about.html [mod] add a __common__ template that can't be selected but that provides a common place for shared templates. 2017-01-20 15:40:38 +01:00
advanced.html [fix] make "Advanced settings" openable and usable with keyboard - #350 2020-06-25 19:50:26 +02:00
base.html [fix] rewrite overflow:none as none is an invalid property - $350 2020-06-28 20:44:33 +02:00
categories.html [mod] tidy oscar HTML output 2019-12-10 10:58:30 +01:00
index.html [fix] do not use h1 element for the logo 2020-06-25 19:50:26 +02:00
infobox.html add toggle to resize infobox 2020-08-10 00:12:45 -07:00
languages.html fix selects in preferences so they look consistent (#2150) 2020-08-27 21:55:47 +02:00
macros.html fix selects in preferences so they look consistent (#2150) 2020-08-27 21:55:47 +02:00
navbar.html [mod] tidy oscar HTML output 2019-12-10 10:58:30 +01:00
preferences.html fix selects in preferences so they look consistent (#2150) 2020-08-27 21:55:47 +02:00
results.html [fix] add search language and time range filter to suggestions - fixes #1314 2020-08-27 14:26:38 +02:00
search.html Add autofocus to all search inputs 2020-05-27 13:49:00 +01:00
search_full.html Add autofocus to all search inputs 2020-05-27 13:49:00 +01:00
stats.html oscar template: update messages 2014-10-05 14:40:46 +02:00
time-range.html fix selects in preferences so they look consistent (#2150) 2020-08-27 21:55:47 +02:00