OpenedFiles
Plugin for Sublime Text to show opened files as a treeview or a listview.
Details
Installs
- Total 2K
- Win 1K
- Mac 529
- Linux 478
Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 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 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Sublime Opened Files
Plugin for Sublime Text to show opened files as a treeview:
or a listview:
It has different settings and also can be shown on right or left side:
Installation
You can install this plugin via Sublime Package Control
Or by cloning this repo into your SublimeText Packages directory and rename it to OpenedFiles
.
Settings
Setting name | Values | Meaning |
---|---|---|
tree_view | true or false |
Set true to show opened files as a treeview or false for a listview |
tree_size | "full" , "medium" or "default" |
full - always show full path, medium - show folders with the same level on the same indents, default - don't show folders with only one child folder. This setting works only with ** tree_view = true ** |
group_position | "left" or "right" |
Use right or left side for Opened files tab. |
Commands and Keybindings
This plugin adds ctrl+F1 (super+F1 for OSX) keybinding for opening a new tab with Opened files
but you can change it to your binding in your Key Bindings - User
file:
Format is:
{
"keys": ["ctrl+f1"],
"command": "opened_files",
"args": {
"focus": true,
}
}
It also has some key shortcuts for using in Opened files
tab:
Shortcuts
Shortcut | Command |
---|---|
r | Refresh view |
o | Open selected file with OS default application |
Enter | Open selected file or fold/unfold selected directory |
→ | Expand directory |
← | Collapse directory |
↑ | Go up |
↓ | Go down |
Mouse
You can also use mouse to act with Opened files
plugin. There is only one action - left double click is the same as Enter pressing.
Credits
This plugin uses some code, ideas and color scheme basics from SublimeFileBrowser plugin and some functions from FileHistory plugin
License
This plugin uses MIT license. For more information see the LICENSE file.