{"id":28546992,"url":"https://github.com/acrois/scripts","last_synced_at":"2026-05-14T20:04:56.639Z","repository":{"id":163762448,"uuid":"639186324","full_name":"acrois/scripts","owner":"acrois","description":"Automate Everything","archived":false,"fork":false,"pushed_at":"2024-04-24T03:14:32.000Z","size":57,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"trunk","last_synced_at":"2025-10-19T14:54:29.518Z","etag":null,"topics":["scripts","shell"],"latest_commit_sha":null,"homepage":"","language":"Python","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/acrois.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}},"created_at":"2023-05-11T00:25:06.000Z","updated_at":"2024-04-02T19:57:51.000Z","dependencies_parsed_at":"2024-04-06T14:51:26.256Z","dependency_job_id":null,"html_url":"https://github.com/acrois/scripts","commit_stats":null,"previous_names":[],"tags_count":79,"template":false,"template_full_name":null,"purl":"pkg:github/acrois/scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acrois%2Fscripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acrois%2Fscripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acrois%2Fscripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acrois%2Fscripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/acrois","download_url":"https://codeload.github.com/acrois/scripts/tar.gz/refs/heads/trunk","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acrois%2Fscripts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33041232,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"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":["scripts","shell"],"created_at":"2025-06-10T00:08:52.410Z","updated_at":"2026-05-14T20:04:56.634Z","avatar_url":"https://github.com/acrois.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scripts\n\n[![CalVer Tagging](https://github.com/acrois/scripts/actions/workflows/calver.yaml/badge.svg)](https://github.com/acrois/scripts/actions/workflows/calver.yaml) [![Dynamic Test Execution](https://github.com/acrois/scripts/actions/workflows/test.yaml/badge.svg)](https://github.com/acrois/scripts/actions/workflows/test.yaml) [![Shellcheck](https://github.com/acrois/scripts/actions/workflows/shellcheck.yaml/badge.svg)](https://github.com/acrois/scripts/actions/workflows/shellcheck.yaml) [![Build Image](https://github.com/acrois/scripts/actions/workflows/build.yaml/badge.svg)](https://github.com/acrois/scripts/actions/workflows/build.yaml)\n\nShell scripts that power workflows used across many projects and runtime environments.\n\n## Docker Usage\n\nCan be run from anywhere, based on the latest Alpine image.\n\n```sh\ndocker run --rm ghcr.io/acrois/scripts:latest calver --help\n```\n\n## Setup\n\nIntended for Linux-based environments. WSL works fine. Windows will probably not work due to symlinks.\n\n```sh\ngit clone --recurse-submodules https://github.com/acrois/scripts ~/scripts\n~/scripts/config.sh\n```\n\n[config.sh](./config.sh) adds a call to `source` to the end of your `~/.profile` that points to the [config/.profile](./config/.profile) from `~/scripts/` which sets the `$PATH` environmental variable to include `~/scripts/shell` so that you may clone and call shell scripts.\n\n## Version Control\n\nScripts for making managing version control systems easier (read: automatic).\n\n### Git Calendar Versioning\n\n[calver.sh](https://github.com/acrois/calver) - Utility for automatically tagging git repositories using CalVer.\n\nFor full documentaiton, please see the [calver.sh](https://github.com/acrois/calver) readme.\n\n### Git Branch Archival\n\n[shell/bclean.sh](./shell/bclean.sh) - Utility for archiving (deleting) old branches while preserving history using tags.\n\n#### Install\n\nJust want to install this one? The following will probably work for you:\n\n```sh\nsudo curl -o /usr/local/bin/bclean.sh https://raw.githubusercontent.com/acrois/scripts/HEAD/shell/bclean.sh\nsudo chmod +x /usr/local/bin/bclean.sh\n```\n\n#### Usage\n\n[//]: # (using bclean.sh)\n```\nUsage:\n        bclean.sh --test --push --apply\n\nFlags:\n        --keep [branch]     - keep a branch by name\n        --path [path]       - path to git repository\n        --test              - creates a git repository to self-test the cleanup procedure\n        --apply             - disable dry run and do it for real\n        --push, -p          - push after applying\n        --v                 - verbose output (`set -x`)\n        --help              - prints this useful information\n```\n[//]: # (used bclean.sh)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facrois%2Fscripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Facrois%2Fscripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facrois%2Fscripts/lists"}