{"id":15713621,"url":"https://github.com/mipmip/skull","last_synced_at":"2026-01-27T23:50:19.828Z","repository":{"id":151146129,"uuid":"619886400","full_name":"mipmip/skull","owner":"mipmip","description":"Git repos install tool organized by a catalog yaml file","archived":false,"fork":false,"pushed_at":"2024-09-23T11:22:49.000Z","size":18,"stargazers_count":3,"open_issues_count":7,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-08T16:58:10.163Z","etag":null,"topics":["crystal-lang","git","github"],"latest_commit_sha":null,"homepage":"","language":"Crystal","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/mipmip.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}},"created_at":"2023-03-27T15:54:26.000Z","updated_at":"2025-02-19T15:18:11.000Z","dependencies_parsed_at":"2024-10-24T10:51:46.415Z","dependency_job_id":"23ba3d8a-5f81-4a50-ab13-eca4af35acb0","html_url":"https://github.com/mipmip/skull","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mipmip%2Fskull","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mipmip%2Fskull/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mipmip%2Fskull/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mipmip%2Fskull/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mipmip","download_url":"https://codeload.github.com/mipmip/skull/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253112070,"owners_count":21856070,"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":["crystal-lang","git","github"],"created_at":"2024-10-03T21:32:31.742Z","updated_at":"2026-01-27T23:50:19.824Z","avatar_url":"https://github.com/mipmip.png","language":"Crystal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Skull\n\n**The Skull project has moved to CodeBerg** [https://codeberg.org/mipmip/skull](https://codeberg.org/mipmip/skull)\n\n**Skull** helps developers with multiple computers and hundreds of projects,\ncloning their repo's at the correct location using a central catalog-file.\n\n## Why\n\nBesides DRY, having a predefined directory layout for all your code-projects,\nallows you to do more automation. I wrote skull after I start using\n[gs-git](https://github.com/mipmip/gs-git), a git monitor which checks for\ndirty git repo's.\n\n## Installation\n\nYou need crystal to build skull.\n\n```\nclone https://github.com/mipmip/skull\ncd skull\nshards\nmake\n./bin/skull\n```\n\n## Configuration\n\nCreate a skull catalog file at `~/.config/skulls.yaml`.\n\nPopulate with repo-groups and repo's:\n\n```yaml\nhome:\n  base_dir: ~/\n  repos:\n    - source: mipmip/secondbrain\n    - source: mipmip/nixos\n\ntest:\n  base_dir: /tmp/\n  repos:\n    - source: mipmip/awesomewm-screenshots\n    - source: https://github.com/mipmip/mip.rs.git\n```\n\nSource can be a full git source URL or just shortened github url. Shortened\ngithub urls translate to a SSH URI.\n\n`mipmip/awesomewm-screenshots` will translates to `git clone git@github.com:mipmip/awesomewm-screenshots`\n\n## Usage\n\n```\nskull help\nskull [subcommand] help\n```\n\n## Development\n\nUse crystal, if you have nix and flakes you can run\n\n```\nnix develop\nshards\nmake\n./bin/skull -c test/skull.yaml\n```\n\n### New release\n\nupdate `CHANGELOG.md`\nupdate `src/skull/version`\nupdate `shards.yml`\n`git tag vX.X.X`\n`git push --tags`\n`gh browse` + release stuff\n\n## Contributing\n\n1. Fork it (\u003chttps://github.com/mipmip/skull/fork\u003e)\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n\n## Contributors\n\n- [Pim Snel](https://github.com/mipmip) - creator and maintainer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmipmip%2Fskull","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmipmip%2Fskull","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmipmip%2Fskull/lists"}