rename pccopy to textprocess

This commit is contained in:
James Feng Cao 2023-12-01 16:09:30 +08:00
parent 7adfd0f544
commit ac37de825e
41 changed files with 531 additions and 283 deletions

View file

@ -318,9 +318,9 @@ gozer 广告屏蔽样式
</item>
<item>
<title>操作选中(富)文本/元素</title>
<link>/zh/pccopy/</link>
<link>/zh/textprocess/</link>
<pubDate>Sat, 23 Apr 2022 00:00:00 +0000</pubDate>
<guid>/zh/pccopy/</guid>
<guid>/zh/textprocess/</guid>
<description>点击以下链接可安装长按“链接”按钮菜单:
bing翻译
papago翻译

View file

@ -61,14 +61,14 @@
&quot;clip/text/html&quot; : 以剪贴板作为命令输入输出结果mimetype类型为“text/html”。<br>
&quot;termux/*&quot;: 在termux中执行命令。<br>
&quot;/uweb&quot;: 输出结果作为<a href="../links/index.html">链接</a>来处理。</p>
<p>下面是笔者使用的default.cmds配置<a href="../pccopy/index.html">命令具体解释</a></p>
<p>下面是笔者使用的default.cmds配置<a href="../textprocess/index.html">命令具体解释</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"
</pre>
</div>
<p>Last Modified: 28 January 2023<br>
minor changes for zh<br>
<p>Last Modified: 1 December 2023<br>
rename pccopy.md to textprocess.md<br>
<pre></pre>
</p>
<script>

View file

@ -44,12 +44,12 @@
</ul>
<p><a href="..">超微浏览器</a>访问以&quot;/&quot;结尾 (包括&quot;/?&quot;及后面参数)的&quot;file://&quot; url则进入文件管理器。</p>
<p>对任何目录型(以“/”结尾)文件url后面可附&quot;?[文件前缀][*[文件后缀]]&quot;。譬如&quot;file:///sdcard/?*.png&quot;会列举出&quot;/sdcard&quot;目录下所有.png文件。&quot;?IMG&quot;列举出所有IMG开头的文件。此时可选定文件<a target="_self" href="i:0hcheck.js:../searchurl/txt/check.js">安装checked.js</a>对选取文件进行批量处理。</p>
<p>文件批量处理配置<a href="../pccopy">default.select</a>例子:<br>
<p>文件批量处理配置<a href="../textprocess/index.html">default.select</a>例子:<br>
图像缩小:checked.js:while read fname;do convert -resize %50x%50 $fname small_$fname; done</p>
</div>
<p>Last Modified: 14 February 2023<br>
i:0h to use relative path<br>
<p>Last Modified: 1 December 2023<br>
rename pccopy.md to textprocess.md<br>
<pre></pre>
</p>
<script>

View file

@ -67,7 +67,7 @@
&quot;<a href="file:///data/data/info.torapp.uweb/files/default.cmds">default.cmds</a>&quot;:<a href="../cmds/index.html">长按“历史”按钮配置</a><br>
&quot;<a href="file:///data/data/info.torapp.uweb/files/default.link">default.link</a>&quot;:<a href="../links/index.html">长按“书签”按钮配置</a><br>
&quot;<a href="file:///data/data/info.torapp.uweb/files/default.rjs">default.rjs</a>&quot;:<a href="../rjs/index.html">远程及简单脚本</a><br>
&quot;<a href="file:///data/data/info.torapp.uweb/files/default.select">default.select</a>&quot;:<a href="../pccopy/index.html">长按“链接”按钮配置</a><br>
&quot;<a href="file:///data/data/info.torapp.uweb/files/default.select">default.select</a>&quot;:<a href="../textprocess/index.html">长按“链接”按钮配置</a><br>
&quot;<a href="file:///data/data/info.torapp.uweb/files/default.input">default.input</a>&quot;:每行一个网页常用输入短语<br>
&quot;<a href="file:///data/data/info.torapp.uweb/files/default.gesture">default.gesture</a>&quot;:格式与文件<a href="../links/index.html">default.link</a>完全相同,定义<a href="../gesture/index.html">地址栏下方手势操作</a><br>
&quot;<a href="file:///data/data/info.torapp.uweb/files/default.gesture2">default.gesture2</a>&quot;:右边缘手势操作类似default.gesture。<br>
@ -101,8 +101,8 @@
&quot;shortcut/&quot;:动态shortcut刷新目录若不存在则默认为&quot;bookmark&quot;目录。</p>
</div>
<p>Last Modified: 25 October 2023<br>
add en/_posts/tcron.md<br>
<p>Last Modified: 1 December 2023<br>
rename pccopy.md to textprocess.md<br>
<pre></pre>
</p>
<script>

View file

@ -165,7 +165,7 @@
</li>
<li class="post">
<a href="pccopy/index.html">
<a href="textprocess/index.html">
<span>操作选中(富)文本/元素</span>
</a>
</li>

View file

@ -520,9 +520,9 @@ Selection to paragraph:;let g=&#39;paragraph&#39;;getSelection().modify(&#39;mov
</item>
<item>
<title>操作选中(富)文本/元素</title>
<link>/zh/pccopy/</link>
<link>/zh/textprocess/</link>
<pubDate>Sat, 23 Apr 2022 00:00:00 +0000</pubDate>
<guid>/zh/pccopy/</guid>
<guid>/zh/textprocess/</guid>
<description>点击以下链接可安装长按“链接”按钮菜单:
bing翻译
papago翻译

View file

@ -3,7 +3,7 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>/zh/_posts/</loc>
<lastmod>2023-11-23T11:32:59+08:00</lastmod>
<lastmod>2023-12-01T15:55:29+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="en"
@ -16,7 +16,7 @@
/>
</url><url>
<loc>/zh/</loc>
<lastmod>2023-11-23T11:32:59+08:00</lastmod>
<lastmod>2023-12-01T15:55:52+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="en"
@ -42,7 +42,7 @@
/>
</url><url>
<loc>/zh/tags/</loc>
<lastmod>2023-06-17T07:56:09+08:00</lastmod>
<lastmod>2023-12-01T15:55:00+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="en"
@ -139,7 +139,7 @@
/>
</url><url>
<loc>/zh/topposts/</loc>
<lastmod>2023-06-05T16:02:35+08:00</lastmod>
<lastmod>2023-12-01T15:55:52+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="en"
@ -178,7 +178,7 @@
/>
</url><url>
<loc>/zh/sitemap/</loc>
<lastmod>2022-10-21T15:19:11+08:00</lastmod>
<lastmod>2023-12-01T15:55:52+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="en"
@ -291,7 +291,7 @@
/>
</url><url>
<loc>/zh/tags/ssh/</loc>
<lastmod>2023-04-17T11:14:55+08:00</lastmod>
<lastmod>2023-12-01T15:55:00+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="en"
@ -304,7 +304,7 @@
/>
</url><url>
<loc>/zh/tags/termux/</loc>
<lastmod>2023-04-17T11:14:55+08:00</lastmod>
<lastmod>2023-12-01T15:55:00+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="en"
@ -329,21 +329,21 @@
href="/zh/tags/windows/"
/>
</url><url>
<loc>/zh/pccopy/</loc>
<loc>/zh/textprocess/</loc>
<lastmod>2023-04-17T11:14:55+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="en"
href="/en/pccopy/"
href="/en/textprocess/"
/>
<xhtml:link
rel="alternate"
hreflang="zh"
href="/zh/pccopy/"
href="/zh/textprocess/"
/>
</url><url>
<loc>/zh/tags/%E5%89%AA%E8%B4%B4%E6%9D%BF/</loc>
<lastmod>2023-04-17T11:14:55+08:00</lastmod>
<lastmod>2023-12-01T15:55:00+08:00</lastmod>
</url><url>
<loc>/zh/globalcss/</loc>
<lastmod>2023-02-14T14:44:38+08:00</lastmod>
@ -359,7 +359,7 @@
/>
</url><url>
<loc>/zh/filenames/</loc>
<lastmod>2023-10-25T13:06:41+08:00</lastmod>
<lastmod>2023-12-01T15:55:29+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="en"
@ -372,7 +372,7 @@
/>
</url><url>
<loc>/zh/filemanager/</loc>
<lastmod>2023-02-14T14:42:33+08:00</lastmod>
<lastmod>2023-12-01T15:54:33+08:00</lastmod>
</url><url>
<loc>/zh/bc/</loc>
<lastmod>2022-09-24T14:06:03+08:00</lastmod>
@ -503,7 +503,7 @@
/>
</url><url>
<loc>/zh/cmd/</loc>
<lastmod>2023-01-28T09:50:00+08:00</lastmod>
<lastmod>2023-12-01T15:55:00+08:00</lastmod>
</url><url>
<loc>/zh/readme/</loc>
<lastmod>2023-11-14T09:24:14+08:00</lastmod>

View file

@ -67,7 +67,7 @@
<li><a href="../links/index.html">常用链接</a></li>
<li><a href="../cmds/index.html">常用命令</a></li>
<li><a href="../searchurl/rjs.html">远程脚本</a></li>
<li><a href="../searchurl/pccopy/index.html">选中文本类菜单</a></li>
<li><a href="../searchurl/textprocess/index.html">选中文本类菜单</a></li>
</ul>
</li>
<li><a href="../longclick/index.html">长按链接弹出菜单</a></li>
@ -119,8 +119,8 @@
</ul>
</div>
<p>Last Modified: 21 October 2022<br>
fix UI mirrors<br>
<p>Last Modified: 1 December 2023<br>
rename pccopy.md to textprocess.md<br>
<pre></pre>
</p>
<script>

View file

@ -43,7 +43,7 @@
<ul class="posts">
<li class="post">
<a href="../../pccopy">
<a href="../../textprocess">
<span>操作选中(富)文本/元素</span>
</a>
</li>

View file

@ -10,9 +10,9 @@
<atom:link href="/zh/tags/pc/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>操作选中(富)文本/元素</title>
<link>/zh/pccopy/</link>
<link>/zh/textprocess/</link>
<pubDate>Sat, 23 Apr 2022 00:00:00 +0000</pubDate>
<guid>/zh/pccopy/</guid>
<guid>/zh/textprocess/</guid>
<description>点击以下链接可安装长按“链接”按钮菜单:
bing翻译
papago翻译

View file

@ -43,7 +43,7 @@
<ul class="posts">
<li class="post">
<a href="../../pccopy">
<a href="../../textprocess">
<span>操作选中(富)文本/元素</span>
</a>
</li>

View file

@ -10,9 +10,9 @@
<atom:link href="/zh/tags/ssh/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>操作选中(富)文本/元素</title>
<link>/zh/pccopy/</link>
<link>/zh/textprocess/</link>
<pubDate>Sat, 23 Apr 2022 00:00:00 +0000</pubDate>
<guid>/zh/pccopy/</guid>
<guid>/zh/textprocess/</guid>
<description>点击以下链接可安装长按“链接”按钮菜单:
bing翻译
papago翻译

View file

@ -43,7 +43,7 @@
<ul class="posts">
<li class="post">
<a href="../../pccopy">
<a href="../../textprocess">
<span>操作选中(富)文本/元素</span>
</a>
</li>

View file

@ -10,9 +10,9 @@
<atom:link href="/zh/tags/termux/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>操作选中(富)文本/元素</title>
<link>/zh/pccopy/</link>
<link>/zh/textprocess/</link>
<pubDate>Sat, 23 Apr 2022 00:00:00 +0000</pubDate>
<guid>/zh/pccopy/</guid>
<guid>/zh/textprocess/</guid>
<description>点击以下链接可安装长按“链接”按钮菜单:
bing翻译
papago翻译

View file

@ -43,7 +43,7 @@
<ul class="posts">
<li class="post">
<a href="../../pccopy">
<a href="../../textprocess">
<span>操作选中(富)文本/元素</span>
</a>
</li>

View file

@ -10,9 +10,9 @@
<atom:link href="/zh/tags/windows/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>操作选中(富)文本/元素</title>
<link>/zh/pccopy/</link>
<link>/zh/textprocess/</link>
<pubDate>Sat, 23 Apr 2022 00:00:00 +0000</pubDate>
<guid>/zh/pccopy/</guid>
<guid>/zh/textprocess/</guid>
<description>点击以下链接可安装长按“链接”按钮菜单:
bing翻译
papago翻译

View file

@ -39,7 +39,7 @@
<ul class="posts">
<li class="post">
<a href="../../pccopy">
<a href="../../textprocess">
<span>操作选中(富)文本/元素</span>
</a>
</li>

View file

@ -10,9 +10,9 @@
<atom:link href="/zh/tags/%E5%89%AA%E8%B4%B4%E6%9D%BF/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>操作选中(富)文本/元素</title>
<link>/zh/pccopy/</link>
<link>/zh/textprocess/</link>
<pubDate>Sat, 23 Apr 2022 00:00:00 +0000</pubDate>
<guid>/zh/pccopy/</guid>
<guid>/zh/textprocess/</guid>
<description>点击以下链接可安装长按“链接”按钮菜单:
bing翻译
papago翻译

129
zh/textprocess/index.html Normal file
View file

@ -0,0 +1,129 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="../style.css" type="text/css" />
<title>操作选中(富)文本/元素</title>
<script type="text/javascript">
function findLang(){
let href = location.href;
for(let i=href.length-1;i>0;i--){
if('/'==href.charAt(i) && '/'==href.charAt(i-3))
return i;
}
return 0;
}
function nav2(page){
let i = findLang();
location.href = location.href.substring(0,i+1)+page;
}
function nav2Lang(lang){
let i = findLang();
let href = location.href;
location.href = location.href.substring(0,i-2)+lang+location.href.substring(i);
}
</script>
</head>
<body>
<header class='header'>
<a class="logo" href="javascript:void(0)" onclick="return nav2('index.html')">Home</a> <a class="logo" href="javascript:void(0)" onclick="return nav2('tags/index.html')">Tags</a>
<a class="logo" href="javascript:void(0)" onclick="return nav2Lang('en')">English</a>
<nav>
</nav>
</header>
<br />
<div class="container">
<h1 class="title">操作选中(富)文本/元素
<br>
<span class="subtitle"></span>
</h1>
<ul class="tags">
<li><a href="../tags/termux">termux</a> </li>
<li><a href="../tags/ssh">ssh</a> </li>
<li><a href="../tags/PC">PC</a> </li>
<li><a href="../tags/%e5%89%aa%e8%b4%b4%e6%9d%bf">剪贴板</a> </li>
<li><a href="../tags/Windows">Windows</a> </li>
</ul>
<p>点击以下链接可安装长按“链接”按钮菜单:<br>
<a href="i:0gdefault.select::bing翻译:/uweb:printf 'https://cn.bing.com/translator/?from=&to=zh-Hans&text=';cat|tr ' ' '%2B'%0A">bing翻译</a><br>
<a href="i:0gdefault.select::papago翻译:/uweb:printf 'https://papago.naver.com/?sk=auto&tk=zh-CN&st=';cat|tr ' ' '%2B'%0A">papago翻译</a></p>
<p><a href="i:0gdefault.select::iciba:/uweb:printf 'https://m.iciba.com/';cat|tr ' ' '%2B'%0A">iciba</a><br>
<a href="i:0gdefault.select::百度翻译:/uweb:printf 'https://fanyi.baidu.com/#auto/zh/';cat|tr ' ' '%2B'%0A">百度翻译</a><br>
<a href="i:0gdefault.select::有道翻译:/uweb:printf 'https://m.youdao.com/translate?type=AUTO&inputtext=';cat|tr ' ' '%2B'%0A">有道翻译</a><br>
<a href="i:0gdefault.select::搜狗翻译:/uweb:printf 'https://translate.sogou.com/text?transfrom=auto&transto=zh-CHS&model=general&keyword=';cat|tr ' ' '%2B'%0A">搜狗翻译</a></p>
<p><a href="i:0gdefault.select::彩云小译:/uweb:print 'https://fanyi.caiyunapp.com/#/ {function tE(el,t){var e=new Event(t);el.dispatchEvent(e);}let s=document.querySelector(%22textarea%22);s.value=%60';cat;print '%60;tE(s,%22input%22);tE(s,%22keyup%22)}'%0A">彩云小译</a><br>
<a href="i:0gdefault.select::deepL:/uweb:print 'https://www.deepl.com/translator {function tE(el,t){var e=new Event(t);el.dispatchEvent(e);}let s=document.querySelector(%22textarea%22);s.value=%60';cat;print '%60;tE(s,%22change%22)}'%0A">deepL</a></p>
<p><a target="_self" href="i:0gdefault.select:../searchurl/txt/select.cfg">点击安装&quot;保存文本&quot;</a></p>
<p>重启浏览器,长按“链接”按钮,将弹出菜单。若用户当前窗口并无选中文本,则选取整个页面作相应操作,否则以选中文本为准。</p>
<p>配置文件&quot;default.select&quot;定义了<a href="..">超微浏览器</a>对选中(富)文本/元素进行的操作。没有任何选中元素则以整个网页为操作对象。每行格式如下:<br>
[菜单名]:[mimetype]:[命令行]</p>
<p>选中(富)文本作为命令行的标准输入,而标准输出根据mimetype进行相应处理。<br>
mimetype用来表示命令的输入输出类型。格式为&quot;[输入mimetype]/[输出mimetype]&quot;&quot;[输入mimetype]&quot;可为&quot;html&quot;或空txt格式或为以超微配置目录为基准的相对路径.js文件名; 输出可为标准的mimetype或超微特殊扩充。如<br>
html/text/html: 选中富文本为html格式, 输出mimetype为text/html。<br>
/uweb: 选中文本为txt格式, 输出mimetype为<a href="../cmd">特殊扩充uweb</a>,超微将把输出作为<a href="../links">链接</a>来处理。<br>
/uwebA: 超微将把输出作为&quot;单一&quot;链接来处理。<br>
/termux: 命令运行结果将作为termux下命令运行。<br>
<a target="_self" href="i:0hcheck.js:../searchurl/txt/check.js">checked.js</a>: 运行配置目录下checked.js其返回值作为命令行标准输入。对任何目录型(以“/”结尾)文件url后面可附&quot;?[文件前缀][<em>[文件后缀]]&quot;。譬如&quot;file:///sdcard/?</em>.png&quot;会列举出&quot;/sdcard&quot;目录下所有.png文件。此时选择选定文件则可利用checked.js复制文件至PC。(参看下面具体配置)</p>
<p>配置default.select如下<br>
复制文本到地址栏:/uweb:printf i:15;cat<br>
复制至PC剪贴板::ssh [user:password]@192.168.2.102 &quot;DISPLAY=:0 xsel -i&quot;<br>
复制富文本至PC剪贴板:html:ssh [user:password]@192.168.2.102 &quot;DISPLAY=:0 xsel -i&quot;<br>
复制文件至PC:checked.js:while read fname;do scp $fname [user:password]@192.168.2.102:Downloads/.; done</p>
<p>如使用剪贴板功能手机需安装uweb定制<a href="../pcdown">Termux</a>并在termux下安装openssl。<br>
此处假定远程PC的IP地址为192.168.2.102PC已经开通了ssh服务。建议用户配置ssh服务为免密码登录此时用户无需将密码写入文件default.select。用户PC上安装有xsel剪贴板工具。使用其它工具请酌情修改。</p>
<p>采用以上配置笔记将储存在应用内部目录下文件note.txt或note.html中富文本。命名笔记储存文件则由用户在地址栏输入框内指定。</p>
<p>手机其它应用中的文本可选中后分享给超微浏览器再由超微浏览器作笔记或进一步分享给PC。如果其它应用无法分享选中文本这种情况可以先复制文本至剪贴板。长按链接按钮选择适当功能即可复制至PC剪贴板。</p>
<h4 id="windows-pc">Windows PC</h4>
<p>对Windows PC而言vista及以后自带clip.exe此时配置如下<br>
复制文本至PC剪贴板::ssh [user:password]@192.168.2.102 clip.exe</code></p>
<p>其它推荐工具(读取PC剪贴板)<br>
<a href="http://unxutils.sourceforge.net/">pclip</a></p>
</div>
<p>Last Modified: 17 April 2023<br>
rename pccopy.md to textprocess.md<br>
<pre></pre>
</p>
<script>
if(location.href.indexOf("/zh/")>0){
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "../../js/gissues.js";
script.setAttribute("repo","jamesfengcao/uweb");
script.setAttribute("issue-term","title");
script.setAttribute("theme","github-light");
script.async = true;
document.body.appendChild(script);
}
</script>
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
data-mapping="title"
data-strict="0"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="top"
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
</script>
</body>
</html>