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
|
@ -12,9 +12,8 @@
|
||||||
<pubDate>Sun, 08 Jan 2023 00:00:00 +0000</pubDate>
|
<pubDate>Sun, 08 Jan 2023 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>/en/acmd/</guid>
|
<guid>/en/acmd/</guid>
|
||||||
<description>&quot;:!&quot; command line Pressing &quot;:&quot; or &quot;!&quot; with hardware keyboard sets focus on the address bar.
|
<description>&quot;:!&quot; ( or &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.
|
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.</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>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
<ul class="tags">
|
<ul class="tags">
|
||||||
|
|
||||||
</ul>
|
</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>
|
<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>
|
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>
|
<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>
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
<p><a href="https://releases.pagure.org/uweb/">pagure</a></p>
|
<p><a href="https://releases.pagure.org/uweb/">pagure</a></p>
|
||||||
<p><a href="https://sourceforge.net/projects/uwebbrowser/files/v1/">sourceforge</a></p>
|
<p><a href="https://sourceforge.net/projects/uwebbrowser/files/v1/">sourceforge</a></p>
|
||||||
<h4 id="change-logs">Change logs</h4>
|
<h4 id="change-logs">Change logs</h4>
|
||||||
<p>954: Address bar: <a href="../links/index.html">":!"</a> for command line support (.js/.sh files as executables).<br>
|
<p>955: Address bar: <a href="../acmd/index.html">":!" or "!"</a> for command line support (.js/.sh files as executables).<br>
|
||||||
953: hardware keyboard: ":", "!" to set focus on address bar<br>
|
953: hardware keyboard: ":", "!" to set focus on address bar<br>
|
||||||
949: Address bar: ":p [width in milliInch]x[height]" to generate PDF in custom size<br>
|
949: Address bar: ":p [width in milliInch]x[height]" to generate PDF in custom size<br>
|
||||||
946: Option "use offline cache" to support serverless local websites.</p>
|
946: Option "use offline cache" to support serverless local websites.</p>
|
||||||
|
|
|
@ -12,9 +12,8 @@
|
||||||
<pubDate>Sun, 08 Jan 2023 00:00:00 +0000</pubDate>
|
<pubDate>Sun, 08 Jan 2023 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>/en/acmd/</guid>
|
<guid>/en/acmd/</guid>
|
||||||
<description>&quot;:!&quot; command line Pressing &quot;:&quot; or &quot;!&quot; with hardware keyboard sets focus on the address bar.
|
<description>&quot;:!&quot; ( or &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.
|
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.</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>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
|
@ -70,7 +69,7 @@ uweb, termux &amp; history versions
|
||||||
github
|
github
|
||||||
pagure
|
pagure
|
||||||
sourceforge
|
sourceforge
|
||||||
Change logs 954: Address bar: &quot;:!&quot; for command line support (.js/.sh files as executables).
|
Change logs 955: Address bar: &quot;:!&quot; or &quot;!&quot; for command line support (.js/.sh files as executables).
|
||||||
953: hardware keyboard: &quot;:&quot;, &quot;!&quot; to set focus on address bar
|
953: hardware keyboard: &quot;:&quot;, &quot;!&quot; to set focus on address bar
|
||||||
949: Address bar: &quot;:p [width in milliInch]x[height]&quot; to generate PDF in custom size
|
949: Address bar: &quot;:p [width in milliInch]x[height]&quot; to generate PDF in custom size
|
||||||
946: Option &quot;use offline cache&quot; to support serverless local websites.
|
946: Option &quot;use offline cache&quot; to support serverless local websites.
|
||||||
|
|
|
@ -17,7 +17,7 @@ uweb, termux &amp; history versions
|
||||||
github
|
github
|
||||||
pagure
|
pagure
|
||||||
sourceforge
|
sourceforge
|
||||||
Change logs 954: Address bar: &quot;:!&quot; for command line support (.js/.sh files as executables).
|
Change logs 955: Address bar: &quot;:!&quot; or &quot;!&quot; for command line support (.js/.sh files as executables).
|
||||||
953: hardware keyboard: &quot;:&quot;, &quot;!&quot; to set focus on address bar
|
953: hardware keyboard: &quot;:&quot;, &quot;!&quot; to set focus on address bar
|
||||||
949: Address bar: &quot;:p [width in milliInch]x[height]&quot; to generate PDF in custom size
|
949: Address bar: &quot;:p [width in milliInch]x[height]&quot; to generate PDF in custom size
|
||||||
946: Option &quot;use offline cache&quot; to support serverless local websites.
|
946: Option &quot;use offline cache&quot; to support serverless local websites.
|
||||||
|
|
Loading…
Reference in a new issue