uweb/zh/filemanager/index.html

2.6 KiB
Raw Blame History

<html> <head> </head> Home Tags

文件管理器及文件挑选并批量处理

超微浏览器访问以"/"结尾 (包括"/?"及后面参数)的"file://" url则进入文件管理器。

对任何目录型(以“/”结尾)文件url后面可附"?[文件前缀][*[文件后缀]]"。譬如"file:///sdcard/?*.png"会列举出"/sdcard"目录下所有.png文件。"?IMG"列举出所有IMG开头的文件。此时可选定文件安装checked.js对选取文件进行批量处理。

文件批量处理配置default.select例子:
图像缩小:checked.js:while read fname;do convert -resize %50x%50 $fname small_$fname; done

Last Modified: 1 December 2023
rename pccopy.md to textprocess.md


</html>