diff --git a/en/searchurl/cmds.html b/en/searchurl/cmds.html index 3de9601b..09e1b659 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.
+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.
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: +