iOpener
Open files from path, with completion, listings and history. Similar to Emacs find file.
Details
Installs
- Total 5K
- Win 2K
- Mac 2K
- Linux 1K
Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 2 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 0 | 0 | 0 | 1 | 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 | 2 | 0 | 1 |
Linux | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 2 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
iOpener
A Sublime Text 2/3 package to make finding and opening files less painful. Keep your hands on the keyboard with smart auto completion, history, and directory listings.
Usage
Use cmd + o
or cntl + o
as usual (or choose Find File
in the command pallete.)
Pressing tab will cause smart completion to occur (hint:
f1
can complete tofilename1
!)Double-pressing tab will give you the directory listing
Up/down allow you to navigate previously entered paths
Opening a path that doesn't exist will create a new file or directory
NB
This plugin will take over your default 'open file' shortcut. To use your system default, use
cmd + shift + o
orctrl + shift + o
The open panel will not show unless a window is open. You will need to use
cntl + n
orcmd + n
to open a new window first
Installing
Installation is easiest using Package Control. In the Command Pallette, select “Install Package” and then select “iOpener”.
Bugs
Bugs can be reported on GitHub, https://github.com/rosshemsley/iOpener.
Development
Run unit test with
pip install tox
tox