插件管理
Standard 为标准版插件,已免费提供;
Premium 为高级版插件,需付费解锁。

-
A. 高级版授权信息
显示已授权用户的授权时间、版本和系统信息。 -
B. 标准版插件列表
- B1. 插件启用状态
- B2. 插件名称及描述
- B3. 插件类型和版本
-
C. 高级版插件列表
当插件的主版本号和次版本号不高于已授权应用版本号时,插件可免费升级。 -
D. 工具栏按钮
- D1. 保存(插件启用状态将在保存后生效)
- D2. 帮助(查看插件使用说明)
Standard - 标准版插件
有关标准版插件的使用方法,请参阅快捷应用。
premium-compress
将一个或多个路径压缩为单个文件,并保存到目标目录; 可通过Setting->Target->Archive调整压缩类型和目标目录。

compress 插件与 archive 插件的区别在于,前者支持更多压缩类型,例如:gzip, tar, tgz|tar.gz, tbz|tar.bz2, txz:tar.xz, zip。
输出示例(含参数设置):
ft compress --pattern="**" --excludes="/**/.**" --source=~/Downloads/ft --fields=ok,action,type --target=~/Documents/FileShows/archive/ft.zip --type=zip -v
| Ok | Action | Type | Path |
|---|---|---|---|
| 1 | compress | f | ~/Downloads/ft/test/ft_test.dart |
| 1 | compress | f | ~/Downloads/ft/bin/ft.dart |
| 1 | compress | f | ~/Downloads/ft/CHANGELOG.md |
| 1 | compress | f | ~/Downloads/ft/example/ft_example_action.dart |
| 1 | compress | f | ~/Downloads/ft/example/ft_example.dart |
| 1 | compress | f | ~/Downloads/ft/pubspec.lock |
| 1 | compress | f | ~/Downloads/ft/README.md |
| 1 | compress | f | ~/Downloads/ft/pubspec.yaml |
| 1 | compress | f | ~/Downloads/ft/lib/ft.dart |
premium-decompress
将一个或多个压缩文件解压到目标目录; 可通过Setting->Target->unArchive调整解压目录。

decompress 插件与 unarchive 插件的区别在于,前者支持更多解压类型,例如:gzip, tar, tgz|tar.gz, tbz|tar.bz2, txz:tar.xz, zip。
输出示例(含参数设置):
注意:在解压操作时,将忽略 --pattern 和 --excludes 参数。
ft decompress --source=~/Downloads/ft.zip --fields=ok,action,type --target=~/Documents/FileShows/unarchive/ft.zip/ -v
| Ok | Action | Type | Path |
|---|---|---|---|
| 1 | decompress | f | ~/Documents/ft.zip |