{"id":20909869,"url":"https://github.com/causefx/compose","last_synced_at":"2026-04-21T12:35:05.519Z","repository":{"id":260516735,"uuid":"881520484","full_name":"causefx/compose","owner":"causefx","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-23T17:01:49.000Z","size":73,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-26T23:55:56.099Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/causefx.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-31T18:30:30.000Z","updated_at":"2024-11-23T17:01:52.000Z","dependencies_parsed_at":"2024-10-31T19:27:01.281Z","dependency_job_id":"f9a27edc-46ec-40b5-ae68-b70821107ab4","html_url":"https://github.com/causefx/compose","commit_stats":null,"previous_names":["causefx/compose"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/causefx/compose","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/causefx%2Fcompose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/causefx%2Fcompose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/causefx%2Fcompose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/causefx%2Fcompose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/causefx","download_url":"https://codeload.github.com/causefx/compose/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/causefx%2Fcompose/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32092025,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","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":[],"created_at":"2024-11-18T14:13:05.957Z","updated_at":"2026-04-21T12:35:05.492Z","avatar_url":"https://github.com/causefx.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Compose Helper\nPersonal docker compose management\n\n## Setup\nComing soon\n\n### .bashrc\n#### Change path to compose file on both functions\n```\n# Define helper function\nfunction dc { /home/docker/docker/compose.sh -a \"$1\" -s \"$2\"; }\n\n# Define the autocompletion function for dc\n_dc_completions() {\n    local cur prev opts_a opts_s\n    cur=\"${COMP_WORDS[COMP_CWORD]}\"\n    prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n    \n    # Define possible completions for the first argument (for -a)\n    opts_a=\"action help up down start stop restart pause unpause enable disable list create remove version update ports edit env\"\n    \n    # Populate opts_s with directories in a specific folder for the second argument (for -s)\n    opts_s=$(ls -d /home/docker/docker/*/ 2\u003e/dev/null | xargs -n 1 basename)\n\n    # Determine whether we're completing the first or second argument\n    if [[ \"$COMP_CWORD\" -eq 1 ]]; then\n        # Suggest options for the first argument\n        COMPREPLY=( $(compgen -W \"$opts_a\" -- \"$cur\") )\n    elif [[ \"$COMP_CWORD\" -eq 2 ]]; then\n        # Suggest options for the second argument\n        COMPREPLY=( $(compgen -W \"$opts_s\" -- \"$cur\") )\n    fi\n}\n\n# Register the completion function for dc\ncomplete -F _dc_completions dc\n```\n\n## Changes\n\n### 1.5.0 Updated edit function to check disabled services\n### 1.4.5 Added Env action and fixed edit action\n### 1.4.0 Fixed list action and added edit action\n### 1.3.0 Better help menu, Ports action\n### 1.2.1 Added gitignore file\n### 1.2.0 Better CLI responses\n### 1.1.1 Fixed listing of running containers\n### 1.1.0 Added new list visual, run version check on start of script\n### 1.0.1 Add note about being up-to-date on version check\n### 1.0.0 First release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcausefx%2Fcompose","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcausefx%2Fcompose","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcausefx%2Fcompose/lists"}