mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
address bar: support ! command line
This commit is contained in:
parent
77a7fc60be
commit
36012141dd
5 changed files with 8 additions and 10 deletions
|
@ -43,7 +43,7 @@
|
|||
<ul class="tags">
|
||||
|
||||
</ul>
|
||||
<h3 id="-command-line">":!" command line</h3>
|
||||
<h3 id="--or--command-line">":!" ( or "!") command line</h3>
|
||||
<p>Pressing ":" or "!" with hardware keyboard sets focus on the address bar.<br>
|
||||
The command line could be a ".js", ".sh" or other executable with arguments. Ex. ":!s g keyword" could invoke "s.js" executable with the whole string as arguments ("s.sh" or "s" if file exists, here "g" as google search engine); ":! g keyword" would invoke the file ".js" or ".sh" as executable.</p>
|
||||
<p>For regular (non-js) executables, the standard output of the command line could be treated as lines of urls (or html, plain text).</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue