{"id":21144029,"url":"https://github.com/aviaryan/closefolder","last_synced_at":"2025-10-04T21:55:23.582Z","repository":{"id":146842620,"uuid":"45612564","full_name":"aviaryan/CloseFolder","owner":"aviaryan","description":"Sublime Text plugin to close all open files inside some folder or all open files inside the folder of current active file.","archived":false,"fork":false,"pushed_at":"2017-02-24T05:53:29.000Z","size":8,"stargazers_count":9,"open_issues_count":2,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-22T15:27:21.249Z","etag":null,"topics":["plugin","potato","sublime-text","sublime-text-3","sublime-text-package","sublime-text-plugin"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aviaryan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2015-11-05T13:22:36.000Z","updated_at":"2023-09-08T17:03:19.000Z","dependencies_parsed_at":"2023-07-09T09:46:27.751Z","dependency_job_id":null,"html_url":"https://github.com/aviaryan/CloseFolder","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/aviaryan/CloseFolder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aviaryan%2FCloseFolder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aviaryan%2FCloseFolder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aviaryan%2FCloseFolder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aviaryan%2FCloseFolder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aviaryan","download_url":"https://codeload.github.com/aviaryan/CloseFolder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aviaryan%2FCloseFolder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278380463,"owners_count":25977216,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["plugin","potato","sublime-text","sublime-text-3","sublime-text-package","sublime-text-plugin"],"created_at":"2024-11-20T08:06:36.684Z","updated_at":"2025-10-04T21:55:23.576Z","avatar_url":"https://github.com/aviaryan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## CloseFolder Sublime Text plugin\n\n[![Package Control](https://img.shields.io/packagecontrol/dt/CloseFolder.svg)](https://packagecontrol.io/packages/CloseFolder)\n[![GitHub tag](https://img.shields.io/github/tag/aviaryan/CloseFolder.svg)](https://github.com/aviaryan/CloseFolder/releases)\n\nA 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.\n\n\n### Motivation\n\n1. 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.\n2. 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.\n3. 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.\n\n\n### Installing\n\nSearch for `CloseFolder` and install it via [Package Control](https://packagecontrol.io).\n\nOR\n\n[Download this repo](https://github.com/aviaryan/CloseFolder/archive/master.zip), extract it and then place *CloseFolder* folder in Packages directory of ST.\n\n\n### Using\n\nThere are 2 commands in this plugin.\n\n1. `close_folder` - Closes all files which are in the same directory (\u0026 below) as the file opened in the active tab. This can be activated by following ways.\n\n\t1. Right click in the *Sublime Text editing area* and select 'Close Folder' option.\n\t2. Open Command Palette (Ctrl-Shift-P) and run `CloseFolder: Close all files in this folder recursively`.\n\n2. `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.\n\n\n### Screenshots\n\n| ![screen shot 2017-01-12 at 5 56 46 pm](https://cloud.githubusercontent.com/assets/4047597/21889999/9fce05d4-d8f1-11e6-94d1-76c0c05dc5e0.png) | ![screen shot 2017-01-12 at 6 02 22 pm](https://cloud.githubusercontent.com/assets/4047597/21890001/a0ab27f2-d8f1-11e6-9941-b12e6d90f9c1.png) |\n|----|----|\n| ![stcp](https://cloud.githubusercontent.com/assets/4047597/23291911/b3a75b6c-fa81-11e6-9257-409f00d0aeae.png) | ![potato](https://cloud.githubusercontent.com/assets/4047597/23291941/e9c05776-fa81-11e6-886c-c2da6d44e4d1.jpg) |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faviaryan%2Fclosefolder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faviaryan%2Fclosefolder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faviaryan%2Fclosefolder/lists"}