Sublime Text plugin to close all open files inside some folder or all open files inside the folder of current active file.
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.
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.
There are 2 commands in this plugin.
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.
CloseFolder: Close all files in this folder recursively
.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.
![]() |
![]() |
---|---|
![]() |
![]() |