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

Close​Folder

by aviaryan ALL

Sublime Text plugin to close all open files inside some folder or all open files inside the folder of current active file.

Details

Installs

  • Total 2K
  • Win 1K
  • Mac 321
  • Linux 265
Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16
Windows 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 2 0 0 1 0 0 0 0 0 0 0 2 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 1 0 1
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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

CloseFolder Sublime Text plugin

Package Control GitHub tag

A simple Sublime Text plugin to close all open files of current directory or all open files inside some directory. Supports Sublime Text 2 and 3.

Motivation

  1. When doing web development project, the tab count easily shoots up to 30+ in no time. By this time, figuring each tab starts becoming difficult as only few characters of the filename can be seen. With this I can quickly close an old folder (which I may not need now) and generate some room.
  2. I keep all my college semester lab work in a single project. Whenever I need to make some room, I close a past 'lab' folder.
  3. When I take part in a coding contest/marathon, I create a folder for it and then keep all related files in there. By the end of the contest, I easily have 10+ tabs opened for it. This plugin helps me remove them all at once.

Installing

Search for CloseFolder and install it via Package Control.

OR

Download this repo, extract it and then place CloseFolder folder in Packages directory of ST.

Using

There are 2 commands in this plugin.

  1. close_folder - Closes all files which are in the same directory (& below) as the file opened in the active tab. This can be activated by following ways.

    1. Right click in the Sublime Text editing area and select 'Close Folder' option.
    2. Open Command Palette (Ctrl-Shift-P) and run CloseFolder: Close all files in this folder recursively.
  2. close_folder_dirs- Closes all files which are inside the selected directory, recursively. This can be activated from the sidebar by right clicking on the folder and selecting 'Close Folder' option.

Screenshots

screen shot 2017-01-12 at 5 56 46 pm screen shot 2017-01-12 at 6 02 22 pm
stcp potato