add associated bookmarks
[uweb.git] / zh / filemanager / index.html
blobff8f82757a0321c9c08b688d1e3cf5257f327b6e
1 <!doctype html>
2 <html>
3 <head>
4 <meta charset="utf-8">
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">
10 function findLang(){
11 let href = location.href;
12 for(let i=href.length-1;i>0;i--){
13 if('/'==href.charAt(i) && '/'==href.charAt(i-3))
14 return i;
16 return 0;
18 function nav2(page){
19 let i = findLang();
20 location.href = location.href.substring(0,i+1)+page;
22 function nav2Lang(lang){
23 let i = findLang();
24 let href = location.href;
25 location.href = location.href.substring(0,i-2)+lang+location.href.substring(i);
27 </script>
28 </head>
29 <body>
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>
33 <nav>
34 </nav>
35 </header>
36 <br />
38 <div class="container">
39 <h1 class="title">文件管理器及文件挑选并批量处理
40 <br>
41 <span class="subtitle"></span>
42 </h1>
43 <ul class="tags">
45 </ul>
46 <p><a href="..">超微浏览器</a>访问以&quot;/&quot;结尾 (包括&quot;/?&quot;及后面参数)的&quot;file://&quot; url,则进入文件管理器。</p>
47 <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>
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>
51 </div>
52 <p>Last Modified: 2 April 2024<br>
53 add js function in README<br>
54 <pre></pre>
55 </p>
57 <script id='jsgiscus'
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"
63 data-mapping="title"
64 data-strict="0"
65 data-reactions-enabled="1"
66 data-emit-metadata="0"
67 data-input-position="top"
68 data-theme="light"
69 data-lang="en"
70 data-loading="lazy"
71 crossorigin="anonymous" async>
72 </script>
74 <footer class="site-footer">
75 <div class="container">
76 &copy; 2018-2024 Richard H. Cao
77 </div>
78 </footer>
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/>. -->
82 </body>
83 </html>