mirror of
https://github.com/chubin/cheat.sh.git
synced 2026-06-20 21:26:44 +02:00
1cf8f340a8
See https://github.com/dewitt/opensearch and https://developer.mozilla.org/en-US/docs/Web/OpenSearch for more info.
11 lines
716 B
XML
11 lines
716 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/">
|
|
<ShortName>cheat.sh</ShortName>
|
|
<Description>The only cheat sheet you need. Unified access to the best community driven documentation repositories of the world.</Description>
|
|
<Url type="text/html" template="https://cheat.sh/?topic={searchTerms}" />
|
|
<Url type="application/opensearchdescription+xml" rel="self" template="https://cheat.sh/files/opensearch.xml" />
|
|
<Tags>cheatsheet curl terminal command-line cli examples documentation help tldr</Tags>
|
|
<Language>en-US</Language>
|
|
<moz:SearchForm>https://cheat.sh</moz:SearchForm>
|
|
</OpenSearchDescription>
|