rebuilding site Tue 23 Jun 2020 02:31:35 PM CST

This commit is contained in:
James Feng Cao 2020-06-23 14:31:35 +08:00
parent 185804e2b9
commit 5e2bb24dbd
20 changed files with 285 additions and 180 deletions

View file

@ -39,7 +39,8 @@
&quot;clip/clip&quot; : 以剪贴板作为命令输入,输出结果复制到剪贴板。<br>
&quot;/clip&quot; : 输出结果复制到剪贴板。<br>
&quot;clip/text/html&quot; : 以剪贴板作为命令输入输出结果mimetype类型为“text/html”。<br>
&quot;termux/*&quot;: 在termux中执行命令。</p>
&quot;termux/*&quot;: 在termux中执行命令。<br>
&quot;uweb&quot;: 输出结果作为<a href="../links">链接</a>来处理。</p>
<p>下面是笔者使用的default.cmds配置<a href="../pccopy">命令具体解释</a></p>
<pre>复制手机剪贴板至PC剪贴板:clip:ssh [user:password]@192.168.2.102 "DISPLAY=:0 xsel -i"
PC剪贴板至手机剪贴板:/clip:ssh [user:password]@192.168.2.102 "DISPLAY=:0 xsel -o"