{"id":15356985,"url":"https://github.com/antfu/vscode-pair-diff","last_synced_at":"2025-04-15T00:24:31.153Z","repository":{"id":207189879,"uuid":"718617936","full_name":"antfu/vscode-pair-diff","owner":"antfu","description":"Pair files for quick diffing in VS Code.","archived":false,"fork":false,"pushed_at":"2023-11-15T10:09:58.000Z","size":140,"stargazers_count":77,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T12:21:13.440Z","etag":null,"topics":["vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"","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/antfu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["antfu"]}},"created_at":"2023-11-14T13:10:30.000Z","updated_at":"2024-12-17T16:59:35.000Z","dependencies_parsed_at":"2023-11-14T15:27:53.608Z","dependency_job_id":"6f50cce8-2bb8-4495-b2b4-9b5741b44f60","html_url":"https://github.com/antfu/vscode-pair-diff","commit_stats":null,"previous_names":["antfu/vscode-auto-diff"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antfu%2Fvscode-pair-diff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antfu%2Fvscode-pair-diff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antfu%2Fvscode-pair-diff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antfu%2Fvscode-pair-diff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antfu","download_url":"https://codeload.github.com/antfu/vscode-pair-diff/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248982334,"owners_count":21193388,"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":["vscode","vscode-extension"],"created_at":"2024-10-01T12:31:59.731Z","updated_at":"2025-04-15T00:24:31.125Z","avatar_url":"https://github.com/antfu.png","language":"TypeScript","readme":"# Pair Diff\n\n\u003ca href=\"https://marketplace.visualstudio.com/items?itemName=antfu.pair-diff\" target=\"__blank\"\u003e\u003cimg src=\"https://img.shields.io/visual-studio-marketplace/v/antfu.pair-diff.svg?color=eee\u0026amp;label=VS%20Code%20Marketplace\u0026logo=visual-studio-code\" alt=\"Visual Studio Marketplace Version\" /\u003e\u003c/a\u003e\n\nPair files for quick diffing.\n\n## Configrations\n\n### `pair-diff.patterns`\n\nAn array for patterns to match files in pairs. For example:\n\n```jsonc\n{\n  \"pair-diff.patterns\": [\n    {\n      \"source\": \"./test/*/input.ts\",\n      \"target\": \"\u003cdir\u003e/output.ts\"\n    },\n    {\n      \"source\": \"./test/input/*.*\",\n      \"target\": \"\u003cdir\u003e/../output/\u003cbasename\u003e\"\n    }\n  ]\n}\n```\n\nThe `source` option supports glob patterns, and the `target` option supports the following placeholders:\n\n- `\u003cdir\u003e` / `\u003cdirname\u003e`: the directory of the source file\n- `\u003cbase\u003e` / `\u003cbasename\u003e`: the filename of the source file, with extension\n- `\u003cname\u003e`: the basename of the source file without extension\n- `\u003cext\u003e`: the extension name of the source file\n\n## Sponsors\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://cdn.jsdelivr.net/gh/antfu/static/sponsors.svg\"\u003e\n    \u003cimg src='https://cdn.jsdelivr.net/gh/antfu/static/sponsors.png'/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## License\n\n[MIT](./LICENSE) License © 2022 [Anthony Fu](https://github.com/antfu)\n","funding_links":["https://github.com/sponsors/antfu"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantfu%2Fvscode-pair-diff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantfu%2Fvscode-pair-diff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantfu%2Fvscode-pair-diff/lists"}