QuickOpen
Sublime Text 3 plugin: quick Open
Details
Installs
- Total 874
- Win 473
- Mac 230
- Linux 171
Jul 3 | Jul 2 | Jul 1 | Jun 30 | Jun 29 | Jun 28 | Jun 27 | Jun 26 | Jun 25 | Jun 24 | Jun 23 | Jun 22 | Jun 21 | Jun 20 | Jun 19 | Jun 18 | Jun 17 | Jun 16 | Jun 15 | Jun 14 | Jun 13 | Jun 12 | Jun 11 | Jun 10 | Jun 9 | Jun 8 | Jun 7 | Jun 6 | Jun 5 | Jun 4 | Jun 3 | Jun 2 | Jun 1 | May 31 | May 30 | May 29 | May 28 | May 27 | May 26 | May 25 | May 24 | May 23 | May 22 | May 21 | May 20 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Sublime Text 3 plugin: quick Open
you're not always want open everthing in sublime;
eg you just want open folder in file explorer or .psd in photoshop;
QuickOpen can open file or directory with system default way
function
☐ QuickOpen
-| default shortcut: Alt+A
-| open file or directory with system default way
-> you can set need open outside with file in quickOpen.sublime-settings
-> “openOutList”: [“.psd”, “.lnk”, “.zip”, “…”]
☐ CompletePath
-> default shortcut: Alt+A
-| complete file path in show_quick_panel
tip
-| search a lot file need time, you can set maxSearchTime
-> 3s “maxSearchTime”: 3000
—&&—
-| if time is out and search is not complete, will show a alert window, you can hide it
-> “hideMessageDialog”: true
常用功能
-| 在explorer中打开文件夹
-| 用默认的软件打开相关文件
-> 比如 .psd 用 photoshop 打开
-> 你可以自己在quickOpen.sublime-settings设置需要文件类型
-> “openOutList”: [“.psd”, “.lnk”, “.zip”, “…”]
-| 在 show_quick_panel 中, 自动补全文件地址
常见问题
-| 文件夹文件过多, 查找需要时间
-> 你可以设置 最大搜索时间 maxSearchTime
-> 如果是3s 就设置为 “maxSearchTime”: 3000
—&&—
-| 同时超过时间还没有搜索完, 会弹出一个提示框你可以选择去掉
-> “hideMessageDialog”: true