{"id":15405153,"url":"https://github.com/fnando/sublime-close-others","last_synced_at":"2025-04-17T00:49:54.302Z","repository":{"id":66031457,"uuid":"221130767","full_name":"fnando/sublime-close-others","owner":"fnando","description":"Close other tabs and windows with shortcuts.","archived":false,"fork":false,"pushed_at":"2020-11-26T21:50:21.000Z","size":3,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-29T05:51:12.225Z","etag":null,"topics":["sublime-text","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fnando.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"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},"funding":{"github":["fnando"],"custom":["https://paypal.me/nandovieira/🍕"]}},"created_at":"2019-11-12T04:36:46.000Z","updated_at":"2024-05-24T11:37:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"90f9370e-543c-4d38-a2c0-d8f0ebb29422","html_url":"https://github.com/fnando/sublime-close-others","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"eacadf6796452732611859d84c67ba891ffaced3"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnando%2Fsublime-close-others","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnando%2Fsublime-close-others/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnando%2Fsublime-close-others/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnando%2Fsublime-close-others/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fnando","download_url":"https://codeload.github.com/fnando/sublime-close-others/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249294696,"owners_count":21245987,"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","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":["sublime-text","sublime-text-plugin"],"created_at":"2024-10-01T16:15:14.607Z","updated_at":"2025-04-17T00:49:54.284Z","avatar_url":"https://github.com/fnando.png","language":"Python","funding_links":["https://github.com/sponsors/fnando","https://paypal.me/nandovieira/🍕"],"categories":[],"sub_categories":[],"readme":"# Close Others for Sublime Text\n\nClose other tabs and windows with shortcuts.\n\n## Installation\n\n### Setup Package Control Repository\n\nFollow the instructions from https://sublime.fnando.com\n\n### Git Clone\n\nClone this repository into the Sublime Text “Packages” directory, which is located where ever the “Preferences” -\u003e “Browse Packages” option in sublime takes you.\n\n## Usage\n\n- The keybinding for closing all other tabs is `super+shift+w`.\n- The keybinding for close all other windows is `super+alt+shift+w`.\n\nThere are also commands trigger both\n\nYou can change it by defining a new shortcut binding like the following:\n\n```json\n[\n  { \"keys\": [\"super+shift+w\"], \"command\": \"close_other_tabs\" },\n  { \"keys\": [\"super+alt+shift+w\"], \"command\": \"close_other_windows\" }\n]\n```\n\n## License\n\nCopyright (c) 2019 Nando Vieira\n\nMIT License\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffnando%2Fsublime-close-others","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffnando%2Fsublime-close-others","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffnando%2Fsublime-close-others/lists"}