Languages: English, 简体中文
Some scripts for Directory Opus (中文介绍).
- AutoExtract
Extract selected archive to subfolder if there's more than one file under the root path, otherwise (only one file) extract it directly. - DialogJump
When in the editor of the file dialog, press Ctrl+G to jump to the last activated folder of listers. If Ctrl+G does not work, type "//cur " to trigger it. (Download the executable file from Releases if you do not have AutoHotkey v2) - Output
Add Output command, which is able to output text to script log.
e.g.Output "sourcepath: {sourcepath}"
- PasteInto
Paste files into every selected folder.
- EventWatchers
Output script event information when the event is triggered. - ObjectViewers
Output script object information.
- CloseTabOrLister
If there's only one tab, close the lister, otherwise close current tab. (This script is for reference only. A better way to implement it is to turn on "Lister closes when last tab closes" under Preferences/Folder Tabs/Options.) - SizeColByEverything
Add a size column which retrieves sizes of files and folders from Everything. (This script is for reference only. Use IbDOpusExt's Size column instead.)
- PercentDecode
Decode percent-encoding (URL encoding). - 中英混排加空格
在汉字和英文单词间添加空格。