{"id":16948040,"url":"https://github.com/jmattheis/bash-cbz-merger","last_synced_at":"2025-10-16T04:26:34.728Z","repository":{"id":108874417,"uuid":"173499463","full_name":"jmattheis/bash-cbz-merger","owner":"jmattheis","description":"A bash script for merging multiple cbz files.","archived":false,"fork":false,"pushed_at":"2022-08-27T14:28:52.000Z","size":3,"stargazers_count":17,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T16:09:56.223Z","etag":null,"topics":["bash","bash-script","cbz","cbz-archive","merge"],"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/jmattheis.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-03-02T21:12:18.000Z","updated_at":"2024-11-02T10:46:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"8f52c76a-650e-4d00-b0ed-771e2df16573","html_url":"https://github.com/jmattheis/bash-cbz-merger","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmattheis%2Fbash-cbz-merger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmattheis%2Fbash-cbz-merger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmattheis%2Fbash-cbz-merger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmattheis%2Fbash-cbz-merger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmattheis","download_url":"https://codeload.github.com/jmattheis/bash-cbz-merger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248473127,"owners_count":21109628,"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","bash-script","cbz","cbz-archive","merge"],"created_at":"2024-10-13T21:49:24.507Z","updated_at":"2025-10-16T04:26:29.691Z","avatar_url":"https://github.com/jmattheis.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bash-cbz-merger\n\n### Download\n```\n$ wget https://raw.githubusercontent.com/jmattheis/bash-cbz-merger/master/cbz-merger.sh\n$ chmod +x cbz-merger.sh\n```\n### Usage\n```bash\nNAME:\n    cbz-merger.sh Merges cbz files.\n\nDESCRIPTION:\n    This script does the following following for each .cbz file (configurable via --extension):\n      1. Extract files to --temp-dir\n      2. Rename files to cbz-filename_filename.\n         F.ex. if there was a file 018.png inside Chapter1.cbz\n         it would be renamed to Chapter1.cbz018.png\n      3. Add renamed files to --output\n\n    The renaming is done to keep ordering and not have duplicates inside the cbz file.\n\nUSAGE:\n    cbz-merger.sh [OPTIONS]\n\nOPTIONS:\n    --input value, -i value       Define the input directory. (required)\n    --output value, -o value      Define the output file. (required)\n    --extension value             Define the extension. (default: .cbz)\n    --temp-dir value              Define the temp directory where files get extracted. (default: .cbz-merger)\n    --clean-temp                  Clean the temp directory before merging the files.\n    --override                    Override the --output file if it exist.\n\nEXAMPLES:\n    ./cbz-merger.sh --input ./mymanga --output ./manga.cbz\n    ./cbz-merger.sh --input \"./My Manga\" --output merged.cbz --override --clean-temp\n\nSOURCES:\n    https://github.com/jmattheis/bash-cbz-merger\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmattheis%2Fbash-cbz-merger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmattheis%2Fbash-cbz-merger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmattheis%2Fbash-cbz-merger/lists"}