ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Quick File Open

by gsingh93 ALL

Quickly open a set of "Favorite" files in Sublime Text 2 and 3

Details

  • 1.0.0
  • github.​com
  • github.​com
  • 12 years ago
  • 24 minutes ago
  • 12 years ago

Installs

  • Total 10K
  • Win 6K
  • Mac 2K
  • Linux 2K
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 May 19 May 18 May 17 May 16 May 15 May 14 May 13 May 12 May 11 May 10 May 9 May 8 May 7 May 6 May 5 May 4
Windows 0 0 0 1 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 0 0 0 0 0 0
Mac 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 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

Quick File Open

This is a Sublime Text 2/3 plugin for quickly opening files. Sublime Text offers the ability to quickly switch between workspaces, but there is no way to quickly open a set of “Favorite” files. This plugin allows you to specify this set of “Favorite” files so you can open them with a simple shortcut.

Installation

Clone this repository in the the Packages directory, or install through Package Control.

Usage

Specify the list of favorite files in the QuickFileOpen.sublime-settings file. The files can then be accessed by hitting ctrl+alt+shift+p, which can be configured in the user keybindings file.

Here is an example settings file:

{
    "files": ["file1", "file2"]
}

License

MIT License, you can see the license here.