diff --git a/en/searchurl/cmds.html b/en/searchurl/cmds.html index 3de9601..09e1b65 100644 --- a/en/searchurl/cmds.html +++ b/en/searchurl/cmds.html @@ -10,17 +10,24 @@ Click the following links to install commands with uweb Clipboard2PC needs to modify username, PC needs xsel. ssh needs to be installed inside termux (apt install openssh). Clipboard broadcast needs socat(apt install socat)。 Clipboard2QR needs libqrencode.

+

More commands (click to install)

+

mdme: Show local markdown file

+

texme: Show local tex+markdown file

+

markdeep: Show local markdown+tex+diagrams file

+

remark slide: slide show for local markdown file

+

Code editor, open url in clipboard etc.

".cmds" file format

-

Each line has the following format: -[Name]:[mimetype]:[command line]

+

Each line has the following format:
[Name]:[mimetype]:[command line]

[command line] can have "%c" (cookie), "%s" (address bar text), "%u" (url), "%t" (title). -[mimetype] have the following formats: -- regular mimetype such as "text/html" to indicate the content type of the command output. -- "clip/clip" to indicate "clipboard" as input and the command output is copied to clipboard. -- "/clip": copy the command output to clipboard. -- "clip/text/html" : clipboard as input, and the command output is processed as "text/html". -- "termux/*": command line is executed under termux. -- "/uweb": the command output is processed as links.

+[mimetype] have the following formats:

+ diff --git a/en/searchurl/search.html b/en/searchurl/search.html index 2442d38..b73a9e7 100644 --- a/en/searchurl/search.html +++ b/en/searchurl/search.html @@ -95,6 +95,16 @@ Engines that can use as documentation:

yandex:https://yandex.com/search/?text=

searx:https://searchx.mobi/?q=

+Medical:
+

merckmanuals:https://www.merckmanuals.com/professional/SearchResults?query=

+

openmd:https://openmd.com/search?q=

+

medical-dict:https://medical-dictionary.com/results.php?term=

+

ncbiBooks:https://www.ncbi.nlm.nih.gov/books/?term=

+

healio:https://journals.healio.com/action/doSearch?AllField=

+

pubmed:https://pubmed.ncbi.nlm.nih.gov/?term=

+

pmc:https://www.ncbi.nlm.nih.gov/pmc/?term=

+

Tabers:https://www.tabers.com/tabersonline/search?st=OSS&q=

+

Cloud storage:

Scholar:
diff --git a/en/searchurl/txt/cmds.cfg b/en/searchurl/txt/cmds.cfg new file mode 100644 index 0000000..c9d1451 --- /dev/null +++ b/en/searchurl/txt/cmds.cfg @@ -0,0 +1,2 @@ +open clipboard link:clip/uweb:/system/bin/toybox grep -m1 -Eo '(http|https)://[^ "'\'']+' +code editor:text/html:printf "

Run