{"id":18118205,"url":"https://github.com/chemaclass/bash-dumper","last_synced_at":"2025-08-21T06:31:35.145Z","repository":{"id":248407775,"uuid":"828604105","full_name":"Chemaclass/bash-dumper","owner":"Chemaclass","description":"An alternative to echo when debugging.","archived":false,"fork":false,"pushed_at":"2024-10-05T09:00:58.000Z","size":29,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-16T15:17:17.915Z","etag":null,"topics":["bash","bashunit","debug"],"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/Chemaclass.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":"2024-07-14T16:38:15.000Z","updated_at":"2024-10-05T09:01:01.000Z","dependencies_parsed_at":"2024-07-14T18:18:33.528Z","dependency_job_id":"36b72107-e42d-41e9-a53f-6c3d5d0d0766","html_url":"https://github.com/Chemaclass/bash-dumper","commit_stats":null,"previous_names":["chemaclass/bash-dumper"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chemaclass%2Fbash-dumper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chemaclass%2Fbash-dumper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chemaclass%2Fbash-dumper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chemaclass%2Fbash-dumper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Chemaclass","download_url":"https://codeload.github.com/Chemaclass/bash-dumper/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230494926,"owners_count":18235047,"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":["bash","bashunit","debug"],"created_at":"2024-11-01T05:09:29.693Z","updated_at":"2024-12-19T20:11:12.960Z","avatar_url":"https://github.com/Chemaclass.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bash dumper\n\nA collection of debugging functions in bash.\n\n- **dump**: an alternative to echo when debugging.\n- **dd**: dump and die.\n\n## How to use?\n\n1. Copy-paste the function that you want to use into your script.\n\nor \n\n1. Copy-paste the entire file `src/dumper.sh` or download it:\n```bash\n# bash-dumper\ncurl -L https://github.com/Chemaclass/bash-dumper/releases/download/0.1/dumper.sh \\\n  -o src/dev/dumper.sh\n```\n2. Import the file into your main script\n```bash\ndeclare ROOT_DIR=\"$(dirname \"${BASH_SOURCE[0]}\")\"\nsource \"$ROOT_DIR/src/dumper.sh\"\n```\n3. now you have access to all functions inside `dumper.sh`⚡️\n\n\u003e Example: [Chemaclass/bash-skeleton](https://github.com/Chemaclass/bash-skeleton/blob/main/install-dependencies.sh)\n\n---\n\n\u003e Original idea developed in https://github.com/TypedDevs/bashunit/pull/286\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchemaclass%2Fbash-dumper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchemaclass%2Fbash-dumper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchemaclass%2Fbash-dumper/lists"}