{"id":15211180,"url":"https://github.com/kkrull/marmot","last_synced_at":"2026-02-17T15:03:02.130Z","repository":{"id":239092089,"uuid":"786310304","full_name":"kkrull/marmot","owner":"kkrull","description":"Marmot: the Meta Repo Management Tool","archived":false,"fork":false,"pushed_at":"2025-01-24T23:13:00.000Z","size":295,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-29T18:43:34.876Z","etag":null,"topics":["git","metarepo","zsh"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kkrull.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}},"created_at":"2024-04-14T03:58:26.000Z","updated_at":"2025-01-24T23:06:37.000Z","dependencies_parsed_at":"2024-05-21T00:40:01.223Z","dependency_job_id":"15479a18-fc5f-46d3-99d9-ade595a70054","html_url":"https://github.com/kkrull/marmot","commit_stats":{"total_commits":57,"total_committers":2,"mean_commits":28.5,"dds":0.03508771929824561,"last_synced_commit":"0a597aaa5c7763fddb2d552480c6787ff9d51552"},"previous_names":["kkrull/marmot"],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/kkrull/marmot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkrull%2Fmarmot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkrull%2Fmarmot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkrull%2Fmarmot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkrull%2Fmarmot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kkrull","download_url":"https://codeload.github.com/kkrull/marmot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkrull%2Fmarmot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29548201,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T14:33:00.708Z","status":"ssl_error","status_checked_at":"2026-02-17T14:32:58.657Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["git","metarepo","zsh"],"created_at":"2024-09-28T08:20:32.512Z","updated_at":"2026-02-17T15:03:02.112Z","avatar_url":"https://github.com/kkrull.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Marmot\n\nMarmot: the **Meta Repo Management Tool**.\n\nMarmot helps regular people start to make sense of the many Git repositories around them, in a mad\nworld that can't stop creating them.  It gives agency back to individual developers who often have\nto cope with the entropy of sprawling, poorly-documented architectures that source their code from\ndozens of repositories in ways that make sense to but a few.\n\nFor more on this topic, see [Why does Marmot exist?](./doc/why.md).\n\n## What it does\n\nOnce you tell Marmot which Git repositories you're working with, it gives you a way to categorize\nthem and then operate upon all the Git repositories in a category _as if they were a single Git\nrepository_.  As much as one can, at least; Marmot is not meant to replace `git submodules`.\n\nMarmot happens to store this information–meta data about how Git repositories are related to each\nother–in its own Git repository.  That's the author's idea of a Meta Repo, in a nutshell.  A\ndeveloper's understanding of their environment is likely to change over time, leading to new ways of\ncategorizing code.  Might as well store that information in a Git repository, so you can experiment,\nroll back, or even share this information with others.\n\nOnce you can group Git repositories together and work with them as if they are a single unit, you\ncan do new things, like finding code you remember (by name, but you don't remember _where_), tracing\ncontrol flow from one repository's sources to another, and checking for consistency (i.e. is\neveryone using a reasonably current version of Node.js?).\n\n---\n\n## Contents\n\n### For Users\n\nStart with the basics:\n\n- [Installation](./doc/installation.md)\n- [Getting Started](./man/markdown/marmot.7.md#getting-started)\n\nThen learn more:\n\n- [Command Reference](./man/markdown/marmot.1.md) (_Or run `make all install` followed by `man\n  marmot`_)\n- [Why does Marmot exist?](./doc/why.md)\n\n### For Developers\n\nIf you are planning to contribute to Marmot in some fashion, these may be helpful:\n\n- [Architecture and Design Decisions](./doc/decisions.md)\n- [CI/CD Jobs](./doc/cicd-jobs.md)\n- [Task Automation](./doc/task-automation.md)\n- [Tools](./doc/tools.md)\n\n---\n\n## Versions\n\n- 0.6.2: Fix portability issue with `find` so it runs on Linux again.\n- 0.6.1: `marmot repo prune` includes any un-registered repositories from categories.\n- 0.6: Add `marmot category rm` to remove a repository from a category.\n- 0.5.5: Store and link to absolute paths for repositories.\n- 0.5.4: Bug fixes for empty category names and repository paths.\n- 0.5.3: Omit inserting duplicate categories or repositories.  Commands fail-fast.\n- 0.5.2: Add `marmot repo prune` to remove and de-categorize repositories that don't exist anymore.\n- 0.5.1: Add installation and manuals.\n- 0.5: `marmot exec` operates on registered repositories and accepts an optional category.\n- 0.4.1: Add `--category` criteria to `marmot repo list`.\n- 0.4: `marmot` can be called from anywhere, not just the meta repo.\n- 0.3.2: `marmot category create` adds the category to local metadata.\n- 0.3.1: Standardize use of code in `src/lib/`.\n- 0.3: Add `marmot repo`.\n- 0.2: Add `marmot category` and `marmot init`.\n- 0.1: Add `marmot exec`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkrull%2Fmarmot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkkrull%2Fmarmot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkrull%2Fmarmot/lists"}