rosshemsley / iOpener

Open files from path, with completion, listings and history. Similar to Emacs find file.
GNU General Public License v2.0
55 stars 19 forks source link

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.)

demo

NB

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