mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
:! support for .sh files
This commit is contained in:
parent
92b697afe2
commit
aeec3960f5
1 changed files with 7 additions and 8 deletions
|
@ -98,16 +98,15 @@ Socks proxy</p>
|
||||||
</ul>
|
</ul>
|
||||||
<h4 id="commands">commands</h4>
|
<h4 id="commands">commands</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>:![command line]<br>
|
||||||
<p>:![command line]<br>
|
The command line could be a ".js", ".sh" or other executable with arguments. Ex. ":!s youtube keyword" could invoke "s.js" executable with the whole string as arguments ("s.sh" or "s" if file exists); ":! youtube keyword" would invoke the file ".js" or ".sh" as executable.</li>
|
||||||
The command line could be a ".js" file as executable with arguments. Ex. ":!s youtube keyword" could invoke "s.js"(if file exists) executable with the whole string as arguments.</p>
|
</ul>
|
||||||
</li>
|
<p>For regular (non-js) executables, the standard output of the command line will be treated as lines of web urls.</p>
|
||||||
<li>
|
<ul>
|
||||||
<p>:p [width in milliInch]x[height] [top margin]:[right margin]:[bottom margin]:[left margin]<br>
|
<li>:p [width in milliInch]x[height] [top margin]:[right margin]:[bottom margin]:[left margin]<br>
|
||||||
Generate/Print PDF file in the "/sdcard/Download" folder, all units are milliinch.<br>
|
Generate/Print PDF file in the "/sdcard/Download" folder, all units are milliinch.<br>
|
||||||
Ex. ":p x" or ":px" for screen width and infinite height (as long vector screenshot).<br>
|
Ex. ":p x" or ":px" for screen width and infinite height (as long vector screenshot).<br>
|
||||||
":p x[height]" or ":px[height]" for screen width.</p>
|
":p x[height]" or ":px[height]" for screen width.</li>
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
<h3 id="i-internal-links">"i:" internal links:</h3>
|
<h3 id="i-internal-links">"i:" internal links:</h3>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Reference in a new issue