5 <meta name=
"viewport" content=
"width=device-width, initial-scale=1" />
7 <link rel=
"stylesheet" href=
"../style.css#" type=
"text/css" />
8 <title>文件管理器及文件挑选并批量处理
</title>
9 <script type=
"text/javascript">
11 let href
= location
.href
;
12 for(let i
=href
.length
-1;i
>0;i
--){
13 if('/'==href
.charAt(i
) && '/'==href
.charAt(i
-3))
20 location
.href
= location
.href
.substring(0,i
+1)+page
;
22 function nav2Lang(lang
){
24 let href
= location
.href
;
25 location
.href
= location
.href
.substring(0,i
-2)+lang
+location
.href
.substring(i
);
30 <header class='header'
>
31 <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>
38 <div class=
"container">
39 <h1 class=
"title">文件管理器及文件挑选并批量处理
41 <span class=
"subtitle"></span>
46 <p><a href=
"..">超微浏览器
</a>访问以
"/
"结尾 (包括
"/?
"及后面参数)的
"file://
" url,则进入文件管理器。
</p>
47 <p>对任何目录型(以“/”结尾)文件url,后面可附
"?[文件前缀][*[文件后缀]]
"。譬如
"file:///sdcard/?*.png
"会列举出
"/sdcard
"目录下所有.png文件。
"?IMG
"列举出所有IMG开头的文件。此时可选定文件,并
<a target=
"_self" href=
"i:0hcheck.js:../searchurl/txt/check.js">安装checked.js
</a>对选取文件进行批量处理。
</p>
48 <p>文件批量处理配置
<a href=
"../textprocess/index.html#">default.select
</a>例子:
<br>
49 图像缩小:checked.js:while read fname;do convert -resize %
50x%
50 $fname small_$fname; done
</p>
52 <p>Last Modified:
2 April
2024<br>
53 add js function in README
<br>
58 src='https://giscus.app/client.js'
59 data-repo=
"torappinfo/uweb"
60 data-repo-id=
"MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
61 data-category=
"Announcements"
62 data-category-id=
"DIC_kwDOEgNLGc4CQjsh"
65 data-reactions-enabled=
"1"
66 data-emit-metadata=
"0"
67 data-input-position=
"top"
71 crossorigin=
"anonymous" async
>
74 <footer class=
"site-footer">
75 <div class=
"container">
76 © 2018-
2024 Richard H. Cao
79 <!-- This document is licensed under the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is available at <https://www.gnu.org/licenses/>. -->