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

Add​Remove​Folder

by fsaad ST3

Sublime text plugin which provides keyboard bindings and auto-completions to add or remove files/folders.

Details

Installs

  • Total 3K
  • Win 2K
  • Mac 532
  • Linux 524
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 Oct 7 Oct 6 Oct 5 Oct 4 Oct 3 Oct 2 Oct 1 Sep 30 Sep 29 Sep 28 Sep 27 Sep 26 Sep 25 Sep 24 Sep 23 Sep 22 Sep 21 Sep 20 Sep 19 Sep 18 Sep 17 Sep 16 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10
Windows 0 0 0 0 0 1 0 0 0 1 1 0 0 0 1 1 0 1 0 0 0 0 0 0 0 0 2 0 1 0 0 2 3 0 1 0 0 3 0 0 0 0 1 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 1 0 0 3 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

AddRemoveFolder

Sublime text plugin which provides command palette entries to add or remove a folder from current project. It is also possible to open a file/folder in a new window.

The main features of this plugin are (i) a folder can be added without needing to open an external file manager, and (ii) a folder can be removed without needing to use the mouse.

Usage

The following options are available in the command palette ctrl+shift+p:

  • Add Folder: Type the name of the file/folder to add to the project. Suggestions are shown in the status bar.

  • Remove Folder: Type the name of the folder to remove from the project. Suggestions are shown in the quick panel.

Default Shortcuts

  • Open File/Folder in New Window: ctrl+alt+shift+n
  • Add File/Folder To Current Project: ctrl+alt+shift+m
  • Remove Folder: ctrl+alt+shift+u

Installation

Using Package Control, type ctrl+shift+p > “Package Control: Install Package” > “AddRemoveFolder”.

Alternatively, clone this repository directly into ~/.config/sublime-text-3/Packages/.