{"id":16609550,"url":"https://github.com/artbit/bash-clam","last_synced_at":"2026-04-21T11:02:52.416Z","repository":{"id":147004198,"uuid":"129262030","full_name":"ArtBIT/bash-clam","owner":"ArtBIT","description":"Bash package manager","archived":false,"fork":false,"pushed_at":"2023-08-11T10:11:26.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-04T13:06:11.668Z","etag":null,"topics":["bash","bash-hacks","bash-scripting"],"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/ArtBIT.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":"2018-04-12T14:13:53.000Z","updated_at":"2023-08-11T10:11:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"6bc705e9-500a-40e2-94ce-2a6b79a643fb","html_url":"https://github.com/ArtBIT/bash-clam","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ArtBIT/bash-clam","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtBIT%2Fbash-clam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtBIT%2Fbash-clam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtBIT%2Fbash-clam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtBIT%2Fbash-clam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ArtBIT","download_url":"https://codeload.github.com/ArtBIT/bash-clam/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtBIT%2Fbash-clam/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32088913,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T06:27:27.065Z","status":"ssl_error","status_checked_at":"2026-04-21T06:27:21.250Z","response_time":128,"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":["bash","bash-hacks","bash-scripting"],"created_at":"2024-10-12T01:29:08.594Z","updated_at":"2026-04-21T11:02:52.358Z","avatar_url":"https://github.com/ArtBIT.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CLAM\n[![GitHub license](https://img.shields.io/github/license/ArtBIT/bash-clam.svg)](https://github.com/ArtBIT/bash-clam) [![GitHub stars](https://img.shields.io/github/stars/ArtBIT/bash-clam.svg)](https://github.com/ArtBIT/bash-clam)  [![awesomeness](https://img.shields.io/badge/awesomeness-maximum-red.svg)](https://github.com/ArtBIT/bash-clam)\n\n\u003ch1\u003e\u003cimg src=\"/assets/clam.png\" height=\"50\"\u003e CLAM\u003c/h1\u003e\n\nCLAM is a recursive acronym for \"CLAM, Load A Module\". CLAM is a simple package manager for Bash shell which helps you install and manage shell scripts and rc files from GitHub.\n\n# Installation\n```\ngit clone https://github.com/ArtBIT/bash-clam.git\nsource path/to/clam/init\n```\n\n# Usage\n## Install a GitHub module and make one of its scripts executable\n```\nclam GitUsername/git-repo --exe some_script_from_that_repo\n# some_script_from_that_repo is now an executable command\n```\n## Install a GitHub module and source one of its scripts automatically\n```\nclam GitUsername/git-repo --source some_script_from_that_repo\n# some_script_from_that_repo will now be sourced every time bash-clam is sourced\n```\n\n## Run a GitHub project file directly\n```\nclam run https://github.com/ArtBIT/bash-tint/src/tint  \"Running test: bold(%s) %s\" \"Test XYZ\" \"green([OK])\"\n# this would clone the project from github and run the file\n#   - git clone https://github.com/ArtBIT/bash-tint into $HOME/.config/clam/clam_modules \n#   - bash $HOME/.config/clam/clam_modules/artbit_bash-tint \"Running test: bold(%s) %s\" \"Test XYZ\" \"green([OK])\"\n\n\n# You can also omit the github origin (protocol + domain) altogether and just use the github URI\nclam run ArtBIT/bash-oembed/oembed https://youtu.be/dQw4w9WgXcQ\n\n```\n\n\n# Environment\n```bash\nexport CLAM_COMMAND_NAME=mollusk\n# clam is registered as `mollusk` instead of `clam`\nmollusk status\n```\n\n# License\n\n[MIT](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartbit%2Fbash-clam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartbit%2Fbash-clam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartbit%2Fbash-clam/lists"}