{"id":20755234,"url":"https://github.com/marcxjo/git-workspace-extension","last_synced_at":"2026-04-06T21:31:08.044Z","repository":{"id":249679519,"uuid":"830992610","full_name":"marcxjo/git-workspace-extension","owner":"marcxjo","description":"Track repository collections for advanced processing","archived":false,"fork":false,"pushed_at":"2024-09-12T15:46:43.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-13T05:29:27.926Z","etag":null,"topics":["bash","bash-script","git","git-extension","git-plugin","shell-script"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/marcxjo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2024-07-19T12:15:27.000Z","updated_at":"2024-09-12T15:46:47.000Z","dependencies_parsed_at":"2024-11-17T09:26:43.559Z","dependency_job_id":"758cbd5f-1bba-49f9-8e09-660449f2f867","html_url":"https://github.com/marcxjo/git-workspace-extension","commit_stats":null,"previous_names":["marcxjo/git-workspace-extension"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/marcxjo/git-workspace-extension","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcxjo%2Fgit-workspace-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcxjo%2Fgit-workspace-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcxjo%2Fgit-workspace-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcxjo%2Fgit-workspace-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcxjo","download_url":"https://codeload.github.com/marcxjo/git-workspace-extension/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcxjo%2Fgit-workspace-extension/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31491095,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T17:22:55.647Z","status":"ssl_error","status_checked_at":"2026-04-06T17:22:54.741Z","response_time":112,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bash","bash-script","git","git-extension","git-plugin","shell-script"],"created_at":"2024-11-17T09:24:07.262Z","updated_at":"2026-04-06T21:31:08.012Z","avatar_url":"https://github.com/marcxjo.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Git Workspace Extension\n=\n\nTrack repositories as collections for advanced handling\n-\n\n`git-workspace` adds configuration settings to your global Git configuration\n\n* How do I use this extension?\n\nThe command's syntax is kept as simple as possible, exposing a few properties\nthrough OOP-style getters and setters along with appropriate verbs to act on\nthose properties (much like OOP-style methods).\n\nNote that the workspace name parameter (denoted below as `WORKSPACE`) is\noptional for all commands exposed by `git-workspace`. When `WORKSPACE` is\nomitted from the command line, it resolves to `default`.\n\nUse\n\n```\ngit workspace add [WORKSPACE]\n```\nto create a new default workspace `WORKSPACE` (you'll need to add your own\nsettings after creation!).\n\nUse\n\n```\ngit workspace [WORKSPACE] [git-commands]\n```\nto perform any standard Git operation with access to the environment variable\n`GIT_WORKSPACE`.\n\nUse\n\n```\ngit workspace [WORKSPACE] root [get|set]\n```\nto get or set the root directory associated with `WORKSPACE`. For the purposes\nof `git-workspace`, all Git repositories under the workspace's root directory,\nare considered to belong to the workspace.\n\nUse\n```\ngit workspace [WORKSPACE] cache [get|set]\n```\nto get or set the location of the cache file associated with `WORKSPACE`. This\nfile is used to list all repositories which belong to the workspace.\n\nUse\n```\ngit workspace [WORKSPACE] cache update\n```\nto regenerate the cache file associated with `WORKSPACE`.\n\n* How does this plugin interact with other Git commands/extensions?\n\nThis intent is to enable chaining `git-workspace` with all supported Git\ncommands. Note that this may provide difficult for more complex or rigid\nextensions and may not be useful for all Git commands. At this early stage,\nsupport for `git clone` and `git config` are prioritized.\n\n* What's on the roadmap?\n\nThe following:\n* Makefile support (e.g., to enable build-time configuration of script-internal\nvariables)\n  * I _may_ go with Meson support for easier maintainability, but that seems\nhard to justify for such a small project\n* documented example use cases\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcxjo%2Fgit-workspace-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcxjo%2Fgit-workspace-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcxjo%2Fgit-workspace-extension/lists"}