{"id":17134023,"url":"https://github.com/shkm/dobbin","last_synced_at":"2026-05-01T01:32:16.738Z","repository":{"id":69276548,"uuid":"104497214","full_name":"shkm/dobbin","owner":"shkm","description":"🐴 A script managing workhorse.","archived":false,"fork":false,"pushed_at":"2017-09-23T12:28:09.000Z","size":6,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-07T21:40:50.923Z","etag":null,"topics":["bash","package-manager","shell"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/shkm.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":"2017-09-22T16:45:19.000Z","updated_at":"2022-04-20T19:59:54.000Z","dependencies_parsed_at":"2023-02-28T20:15:49.117Z","dependency_job_id":null,"html_url":"https://github.com/shkm/dobbin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shkm/dobbin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shkm%2Fdobbin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shkm%2Fdobbin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shkm%2Fdobbin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shkm%2Fdobbin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shkm","download_url":"https://codeload.github.com/shkm/dobbin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shkm%2Fdobbin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32482460,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"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","package-manager","shell"],"created_at":"2024-10-14T19:43:34.440Z","updated_at":"2026-05-01T01:32:16.721Z","avatar_url":"https://github.com/shkm.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# :horse: dobbin\nA script managing workhorse.\n\n## Description\nDobbin is a simple package manager for miscellaneous binaries and scripts. Given a git repository and a list of files, the repository will be cloned and the files symlinked to a central bin directory.\n\nOne benefit of this approach is that there's no need for projects to explicitly support Dobbin, e.g. with a `package.json` or something, because you define what you want to symlink yourself.\n\nI wrote this primarily so I don't have to manually pull down various scripts into my dotfiles, and can instead store a simple list of those packages.\n\n## Installation\nSince Dobbin is just a script, you can bootstrap it!\n\n```bash\n\\curl -sS https://raw.githubusercontent.com/shkm/dobbin/master/dobbin | \\\nbash -s add https://github.com/shkm/dobbin dobbin\n```\n\nNow just add `$HOME/.dobbin/bin` to your `$PATH`.\n\n## Usage\n\n### `dobbin install`\nInstalls packages listed in your `$HOME/.dobbin/package_list`.\n\n### `dobbin add repo_url path [path...]`\nAdds the package to your package list and installs it.\n\nEach path passed is relative to the repository and will be symlinked into `$HOME/.dobbin/bin`.\n\n#### Example\nThis will clone the Dobbin repo to `$HOME/.dobbin/packages` and symlink the `dobbin` file to `$HOME/.dobbin/bin`.\n\n`dobbin add https://github.com/shkm/dobbin dobbin`\n\n### `dobbin remove repo_url`\n__not implemented yet__\n\nRemoves the entire package from your package list.\n\nThis will remove the git repository and all symlinked files.\n\n### `dobbin update`\n__not implemented yet__\n\nUpdates all packages in your package list, adding any symlinks where necessary.\n\n### `dobbin clean`\n__not implemented yet__\n\nRemoves any packages that aren't in your package list.\n\n- When a package is no longer listed at all, the symlinks and repo will be deleted.\n- When a package is in the list, but extraneous symlinks are detected, just those symlinks will be deleted.\n\n### `dobbin edit`\n__not implemented yet__\n\nOpens the package list in your editor.\n\n## TODO\n- Implement a `help` command\n- Implement `remove` command\n- Implement `update` command\n- Implement `clean` command\n- Implement `edit` command\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshkm%2Fdobbin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshkm%2Fdobbin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshkm%2Fdobbin/lists"}