{"id":21863968,"url":"https://github.com/fabiospampinato/vscode-open-multiple-files","last_synced_at":"2025-07-27T16:31:48.666Z","repository":{"id":57394099,"uuid":"124958777","full_name":"fabiospampinato/vscode-open-multiple-files","owner":"fabiospampinato","description":"Open all files in a folder at once, optionally filtering by a glob.","archived":false,"fork":false,"pushed_at":"2024-03-30T16:30:13.000Z","size":819,"stargazers_count":14,"open_issues_count":4,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-28T04:02:55.501Z","etag":null,"topics":["extension","files","multiple","open","vscode"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/fabiospampinato.png","metadata":{"files":{"readme":"readme.md","changelog":"changelog.md","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},"funding":{"github":"fabiospampinato","custom":"https://www.paypal.me/fabiospampinato"}},"created_at":"2018-03-12T22:21:44.000Z","updated_at":"2024-11-25T23:16:46.000Z","dependencies_parsed_at":"2024-03-22T01:27:48.160Z","dependency_job_id":"7cb3c7c4-bd34-4af2-bcaf-e745bae781d4","html_url":"https://github.com/fabiospampinato/vscode-open-multiple-files","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fvscode-open-multiple-files","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fvscode-open-multiple-files/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fvscode-open-multiple-files/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fvscode-open-multiple-files/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabiospampinato","download_url":"https://codeload.github.com/fabiospampinato/vscode-open-multiple-files/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227817017,"owners_count":17824200,"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":["extension","files","multiple","open","vscode"],"created_at":"2024-11-28T04:02:11.695Z","updated_at":"2024-12-02T23:16:15.377Z","avatar_url":"https://github.com/fabiospampinato.png","language":"TypeScript","funding_links":["https://github.com/sponsors/fabiospampinato","https://www.paypal.me/fabiospampinato"],"categories":["TypeScript"],"sub_categories":[],"readme":"# Open Multiple Files\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/fabiospampinato/vscode-open-multiple-files/master/resources/logo.png\" width=\"128\" alt=\"Logo\"\u003e\n\u003c/p\u003e\n\nOpen all files in a folder at once, optionally filtering by a glob.\n\nYou can read more about the supported glob syntax [here](https://github.com/fabiospampinato/zeptomatch).\n\n## Install\n\nFollow the instructions in the [Marketplace](https://marketplace.visualstudio.com/items?itemName=fabiospampinato.vscode-open-multiple-files), or run the following in the command palette:\n\n```shell\next install fabiospampinato.vscode-open-multiple-files\n```\n\n## Usage\n\nIt adds 1 command to the command palette:\n\n```js\n'Open Multiple Files' // Open all files at once, optionally filtering by a glob\n```\n\nYou can also right click a folder in the explorer and only search in that folder.\n\n## Settings\n\n```js\n{\n  \"openMultipleFiles.exclude\": null, // An array of globs to exclude, unless specificed it uses the \"files.exclude\" setting\n  \"openMultipleFiles.ignore\": [\".gitignore\"], // An array of names for .gitignore-like files to use\n  \"openMultipleFiles.limit\": 100 // Max number of files to open\n}\n```\n\n## License\n\nMIT © Fabio Spampinato\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabiospampinato%2Fvscode-open-multiple-files","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabiospampinato%2Fvscode-open-multiple-files","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabiospampinato%2Fvscode-open-multiple-files/lists"}