mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
add more search engines
This commit is contained in:
parent
db629abf0f
commit
d05e18ea53
15 changed files with 74 additions and 30 deletions
|
@ -14,7 +14,7 @@
|
|||
<guid>/en/acmd/</guid>
|
||||
<description>&quot;:!&quot; command line Pressing &quot;:&quot; or &quot;!&quot; with hardware keyboard sets focus on the address bar.
|
||||
The command line could be a &quot;.js&quot;, &quot;.sh&quot; or other executable with arguments. Ex. &quot;:!s g keyword&quot; could invoke &quot;s.js&quot; executable with the whole string as arguments (&quot;s.sh&quot; or &quot;s&quot; if file exists, here &quot;g&quot; as google search engine); &quot;:! g keyword&quot; would invoke the file &quot;.js&quot; or &quot;.sh&quot; as executable.
|
||||
For regular (non-js) executables, the standard output of the command line will be treated as lines of web urls.</description>
|
||||
For regular (non-js) executables, the standard output of the command line could be treated as lines of urls (or html, plain text).</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
@ -138,6 +138,7 @@ Enable selection</description>
|
|||
|
||||
<guid>/en/bookmark/</guid>
|
||||
<description>Wait for url from other devices
|
||||
berify: reverse image search for video
|
||||
Bookmarks with secrets (POST instead of GET) The search engine (&quot;.search&quot;) file can be used as bookmarks with secret. Here is an example bookmark for webdav cloud storage (replace &quot;xxx&quot; with real user and password):
|
||||
box cloud:POST:type=webdav&amp;url=https://dav.box.com/dav&amp;username=xxx&amp;password=xxx:https://demo.filestash.app/login
|
||||
Commands Clicking to run is only allowed from local pages for bookmarks in this section. Users need to either save the bookmarks to local or long press the link =&gt; &quot;open in new tab&quot; to execute.</description>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue