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/engines
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
..
1337x.py
__init__.py [enh] stop searx when an engine raise an SyntaxError exception (#2177) 4 years ago
acgsou.py
apkmirror.py [enh] adds apkmirror search engine 6 years ago
archlinux.py Revert "remove 'all' option from search languages" 6 years ago
arxiv.py [fix] enable paging support for arxiv engine 5 years ago
base.py
bing.py bing_news: parital rollback of c89c05bc 5 years ago
bing_images.py [fix] skip uncomplete image results - closes #1496 4 years ago
bing_news.py bing_news: parital rollback of c89c05bc 5 years ago
bing_videos.py bugfix(!biv) : bing-video do not like "older" User-Agents 5 years ago
btdigg.py [mod] restore btdigg engine as btdig.com (#1515) 5 years ago
command.py [enh] Add command line engines: git grep, find, etc. (#2128) 4 years ago
currency_convert.py
dailymotion.py [fix] dailymotion engine: remove HTML tags from the description 5 years ago
deezer.py
deviantart.py [fix] pep8 5 years ago
dictzone.py [mod] speed optimization 5 years ago
digbt.py
digg.py [fix] update digg engine 5 years ago
doku.py [mod] speed optimization 5 years ago
duckduckgo.py add correction support for duckduckgo 4 years ago
duckduckgo_definitions.py duckduckgo_definitions: remove the debug message 5 years ago
duckduckgo_images.py [fix] duckduckgo images requests 6 years ago
duden.py [mod] speed optimization 5 years ago
dummy-offline.py [enh] introduce private engines 5 years ago
dummy.py
etools.py Add eTools engine 5 years ago
fdroid.py [fix] fdroid engine 5 years ago
filecrop.py
flickr.py
flickr_noapi.py [fix] resolve flickr_noapi encoding issues 4 years ago
framalibre.py webapp.py: use html.escape if cgi.escape is not available 5 years ago
frinkiac.py
genius.py [enh] introduce private engines 5 years ago
gentoo.py
gigablast.py [fix] gigablast requires a random extra parameter 4 years ago
github.py
google.py [fix] pep8 4 years ago
google_images.py Fix google images 'get image' button bug from issue #2103 (#2115) 4 years ago
google_news.py bugfix: google-news and bing-news has changed the language parameter 5 years ago
google_videos.py [fix] google_videos engine: some results don't a thumbnail 5 years ago
ina.py [fix] handle missing thumbnail 5 years ago
invidious.py include length in invidious results 4 years ago
json_engine.py
kickass.py
mediawiki.py Revert "remove 'all' option from search languages" 6 years ago
microsoft_academic.py [fix] handle empty response 5 years ago
mixcloud.py
nyaa.py
openstreetmap.py [fix] resolve pep8 errors 4 years ago
pdbe.py
peertube.py add peertube engine (#2109) 4 years ago
photon.py Revert "remove 'all' option from search languages" 6 years ago
piratebay.py [fix] piratebay engine date and pep8 indentation 4 years ago
pubmed.py
qwant.py [fix] add explicit useragent header to requests - closes #1459 5 years ago
reddit.py
scanr_structures.py [fix] add py3 compatibility 5 years ago
searchcode_code.py
searchcode_doc.py
searx_engine.py
seedpeer.py add seedpeer again 5 years ago
soundcloud.py [fix] soundcloud: URLs of JS sources has been moved 5 years ago
spotify.py Fix some more errors with none/wrong credentials 5 years ago
stackoverflow.py
startpage.py [Fix] Startpage ValueError on Spanish date format 5 years ago
tokyotoshokan.py
torrentz.py Update torrentz2 URL from .eu to .is 4 years ago
translated.py fix python 3 support 4 years ago
twitter.py Revert "remove 'all' option from search languages" 6 years ago
unsplash.py
vimeo.py embedded iframe (youtube, dailymotion, vimeo): use https 5 years ago
wikidata.py only return one url per "type" in Wikidata (#2151) 4 years ago
wikipedia.py fix Wikipedia's paragraph extraction 4 years ago
wolframalpha_api.py [fix] unicode error with WolframAlpha API engine 6 years ago
wolframalpha_noapi.py add initial support for offline engines && command engine 5 years ago
www1x.py [fix] update 1x engine 5 years ago
xpath.py Fix relative urls that do not start with '/' 4 years ago
yacy.py Fix YaCy text results returned as images 4 years ago
yahoo.py [fix] yahoo engine - changed content_xpath 4 years ago
yahoo_news.py Revert "remove 'all' option from search languages" 6 years ago
yandex.py
yggtorrent.py [enh] add yggtorrent engine (#2135) 4 years ago
youtube_api.py embedded iframe (youtube, dailymotion, vimeo): use https 5 years ago
youtube_noapi.py [enh] add length and author details to youtube videos 4 years ago