{"id":22096407,"url":"https://github.com/carbslinux/cpt-extra","last_synced_at":"2025-03-24T00:57:21.961Z","repository":{"id":119353230,"uuid":"264165278","full_name":"CarbsLinux/cpt-extra","owner":"CarbsLinux","description":"Extra utilities for kiss","archived":false,"fork":false,"pushed_at":"2020-08-03T22:27:45.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-29T07:30:38.397Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CarbsLinux.png","metadata":{"files":{"readme":"README","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":"2020-05-15T10:30:27.000Z","updated_at":"2020-07-25T08:26:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"627f3d24-6c13-48d0-8e66-b73ff1bfb6f2","html_url":"https://github.com/CarbsLinux/cpt-extra","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CarbsLinux%2Fcpt-extra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CarbsLinux%2Fcpt-extra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CarbsLinux%2Fcpt-extra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CarbsLinux%2Fcpt-extra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CarbsLinux","download_url":"https://codeload.github.com/CarbsLinux/cpt-extra/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245191636,"owners_count":20575248,"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":[],"created_at":"2024-12-01T04:10:44.451Z","updated_at":"2025-03-24T00:57:21.956Z","avatar_url":"https://github.com/CarbsLinux.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"cpt-extra\n---------\n\nThis is a repository for cpt utilities that do not belong with\nthe rest of the utilities. These are non-essential scripts that\nsomeone could make use of in their scripts. Some of them can be\nused for repository management, so I think maintainers could be\ninterested in a variety of utilities here.\n\n\nInstall\n-------\n\nThose scripts currently only depend on cpt (and dependencies of\ncpt).\n\nYou can install by doing\n\n    find . -type f -name 'cpt-*' | while read -r script; do\n        install -Dm755 \"$script\" \"/usr/local/bin/${script##*/}\"\n    done\n\n\nOr install the `cpt-extra` package on Carbs Linux.\n\n\nRepository structure\n--------------------\n\nScripts are dividied into categoried folders.\n\n\n    /\n    ├── alt   - scripts related to the alternatives system.\n    ├── other - self explanatory\n    └── repo  - scripts for repository management\n        └── git  - scripts for git operations, commit messages etc.\n\n\nNew Scripts\n-----------\n\nNew scripts should be added in a standard manner. You should\nkeep these in mind,\n\nIt should start with a docstring right after the shebang. No\nempty line in between.\n\n    #!/bin/sh\n    # A docstring explaining the script\n\n\nIt should provide a usage if '--help' or '-h' is provided as an\nargument. If you script takes any arguments, it should also display\na usage if not argument is given.\n\nUsage should exit with 0 status code, and should be printed to the\nstandard output, not stderr. Usage should be a single line string\nsmall and to the point.\n\n    case \"$1\" in ''|--help|-h) printf 'usage......'; exit 0; esac\n\n\nLicensing\n---------\n\nThis repository contains scripts that were initially in the package\nmanager itself. Some of these were initially authored by Dylan Araps.\nLicense notices are made where needed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarbslinux%2Fcpt-extra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcarbslinux%2Fcpt-extra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarbslinux%2Fcpt-extra/lists"}