#####A Windows quick look tool
Supported Operating System Windows Vista,Windows 7,Windows 8,Windows 10
- Audio & Video
- Text
- Compressed
- Image
- Markdown
- Folder
-
Directory Opus Usage: Settings -> Explorer -> Directory Opus -> Set dopusrt.exe path – Ok
-
Total Commander (Note:If anyone knows how to obtain the currently selected file from Total Commander, please give me a hand, email me and thank you in advance.)
####How to add a plugin
- The extension of the file is not case sensitive.
- Drag the line number to change sequence
- Triggered only check the plug-in type at a time
####How to write a plugin Seer will add two strings after command line when invoking the plugin.
- The front string is the full path to the triggered file, for example, "E:/my_folder/name.ttf".
- The other string has a full path of the file and there is no file suffix. For example, "C:/Users/COREY/AppData/Local/Temp/Seer/a-random-name".
The plugin will analysis triggered file into the format of one of the built-in Seer suffix, name the resulting file as a-random-name, and save it on the path, “C:/Users/COREY/AppData/Local/Temp/Seer/”.
To illustrate the function, we use the mentioned font file above as an example.
The invocation of Seer is shown as below.
C:/Seer/fontpreview.exe C:/triggering-path/FILE.TTF C:/Seer-temp-path/ABCabc123
fontpreview.exe would render FILE.TTF to ABCabc123.png
Source Code
Contact: [email protected]
最低支持 — Windows Vista
- 音频、视频
- 文本
- 压缩包
- 图片
- Markdown
- 文件夹
-
Directory Opus 开启方法: 设置 - 资源管理器 - Directory Opus - 设置 dopusrt.exe - 确定
-
Total Commander (如果有人知道如何从TC中获取当前选中文件,希望能够帮助我。)
需要支持更多第三方资源管理器?给我发邮件吧。
####添加
- 文件后缀名大小写不敏感
- 可以通过拖动序号改变顺序
- 每次触发仅检查一次插件类型
####编写 Seer 调用插件时会在调用命令最后追加两个字符串,前一个为用户当前触发文件的完整路径(例如:"E:/my_folder/name.ttf"),最后一个为插件转换后的保存路径,仅带有完整的文件路径,没有后缀名(例如:"C:/Users/COREY/AppData/Local/Temp/Seer/A-Random-Name")。插件需要将触发文件解析成 Seer 内置格式的其中一种后缀,并将解析生成的文件命名为 A-Random-Name,并保存到 C:/Users/COREY/AppData/Local/Temp/Seer/ 下。
以上图的字体文件为例:Seer 调用方式为 :
C:/Seer/fontpreview.exe C:/触发路径/触发文件.ttf C:/临时文件夹路径/随机文件名
C:/Seer/fontpreview.exe 会把 触发文件.ttf 渲染成图片,保存为 C:/临时文件夹路径/随机文件名.png
联系方式: [email protected]