mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
add :! command line support, js file as command line executable
This commit is contained in:
parent
035797ab60
commit
738ded93be
5 changed files with 19 additions and 14 deletions
|
@ -98,10 +98,16 @@ Socks proxy</p>
|
|||
</ul>
|
||||
<h4 id="commands">commands</h4>
|
||||
<ul>
|
||||
<li>:p [width in milliInch]x[height] [top margin]:[right margin]:[bottom margin]:[left margin]<br>
|
||||
<li>
|
||||
<p>:![command line]<br>
|
||||
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>
|
||||
</li>
|
||||
<li>
|
||||
<p>: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>
|
||||
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.</li>
|
||||
":p x[height]" or ":px[height]" for screen width.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 id="i-internal-links">"i:" internal links:</h3>
|
||||
<ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue