{"id":15495697,"url":"https://github.com/probablykasper/my-bash-scripts","last_synced_at":"2025-07-29T14:09:29.564Z","repository":{"id":106395321,"uuid":"179354280","full_name":"probablykasper/my-bash-scripts","owner":"probablykasper","description":"My personal bash scripts","archived":false,"fork":false,"pushed_at":"2025-01-16T23:04:33.000Z","size":114,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-02T08:45:40.796Z","etag":null,"topics":["cli"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/probablykasper.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-04-03T19:14:28.000Z","updated_at":"2025-01-16T23:04:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"d1df307d-3144-4117-b9e1-7755d31d974b","html_url":"https://github.com/probablykasper/my-bash-scripts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/probablykasper/my-bash-scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probablykasper%2Fmy-bash-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probablykasper%2Fmy-bash-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probablykasper%2Fmy-bash-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probablykasper%2Fmy-bash-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/probablykasper","download_url":"https://codeload.github.com/probablykasper/my-bash-scripts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probablykasper%2Fmy-bash-scripts/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267701279,"owners_count":24130447,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cli"],"created_at":"2024-10-02T08:18:49.229Z","updated_at":"2025-07-29T14:09:29.554Z","avatar_url":"https://github.com/probablykasper.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# my-bash-scripts\n\nThese are the basic bash scripts I've made for myself. They're made for macOS, so some of them may not work on other platforms.\n\n## Install\n\n1. Download the scripts and put them in whatever folder you want. In my case, I just keep them with my other git repos.\n2. Add the folder to your PATH, so you can call the scripts by their filename in your terminal from anywhere.\n- For `bash`, add the following to your `~/.bash_profile`:\n    ```bash\n    export PATH=\u003cYOUR_FOLDER\u003e:$PATH\n    ```\n- For `fish`, add the following to your `~/.config/fish/config.fish`:\n    ```fish\n    set PATH \"/Users/kasper/dev/git/my-bash-scripts/bin:$PATH\"\n    ```\n\n## Scripts\n\nSome of the scripts are described below. To see the help menus for the other scripts, either open the files inside `bin` or run the commands directly.\n\n### welp\nLists all scripts in the `bin` folder.\n\n### dco\nBasic wrapper around the `docker-compose` command. The command works the same as `docker-compose`, except:\n- When running `dco run`, the `--rm` argument is added (as long as `-d` or `--detach` are not present).\n- When running `dco up`, `dco down` runs afterwards (as long as `-d` or `--detach` are not present).\n\nIf you've installed auto completion for `docker-compose` ([here's how to do that](https://docs.docker.com/compose/completion/)), this is how you can enable auto completion for `dco`:\n- For `bash`, add the following to your `~/.bash_profile`:\n    ```bash\n    complete -F _docker_compose dco\n    ```\n- For `fish`, add the following to your `~/.config/fish/config.fish`:\n    ```fish\n    complete --command dco --wraps docker-compose\n    ```\n\n### sleepy\nPuts your computer to sleep.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprobablykasper%2Fmy-bash-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprobablykasper%2Fmy-bash-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprobablykasper%2Fmy-bash-scripts/lists"}