Plugin Management
Standard plugins are provided free of charge;
Premium plugins require a paid license to unlock.

-
A. Premium License Information.
Displays the licensed user's authorization time, version, and system details. -
B. Standard Plugin List.
- B1. Plugin Enable Status
- B2. Plugin Name and Description
- B3. Plugin Type and Version
-
C. Premium Plugin List.
Plugins can be freely upgraded if their major and minor version numbers are not higher than the licensed application's version number. -
D. Toolbar Buttons.
- D1. Save (Plugin enable status takes effect after saving)
- D2. Help (View plugin usage instructions)
Standard Plugins
For usage instructions of Standard plugins, please refer to the Shortcut Application Manual.
premium-compress
Compresses one or more paths into a single file and saves it to the target directory. Compression type and target directory can be adjusted via Setting->Target->Archive.

The compress plugin differs from the archive plugin in that it supports more compression types, such as: gzip, tar, tgz|tar.gz, tbz|tar.bz2, txz:tar.xz, zip.
Output example (with parameter settings):
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
Decompresses one or more archive files into the target directory. The decompression directory can be adjusted via Setting->Target->unArchive.

The decompress plugin differs from the unarchive plugin in that it supports more decompression types, such as: gzip, tar, tgz|tar.gz, tbz|tar.bz2, txz:tar.xz, zip.
Output example (with parameter settings):
Note: During decompression, the --pattern and --excludes parameters will be ignored.
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 |