{"id":36534760,"url":"https://github.com/rileygrotenhuis/rbranch","last_synced_at":"2026-01-15T02:45:44.654Z","repository":{"id":211837200,"uuid":"730061549","full_name":"rileygrotenhuis/rbranch","owner":"rileygrotenhuis","description":"Custom CLI tool for Git branch operations.","archived":false,"fork":false,"pushed_at":"2024-05-18T07:01:23.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-20T22:26:15.405Z","etag":null,"topics":["bubbletea","git","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","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/rileygrotenhuis.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":"2023-12-11T05:50:12.000Z","updated_at":"2024-05-18T18:10:44.000Z","dependencies_parsed_at":"2024-06-20T21:38:40.385Z","dependency_job_id":"85ee31bd-6fda-470a-a8dd-8965dba312e1","html_url":"https://github.com/rileygrotenhuis/rbranch","commit_stats":null,"previous_names":["rileygrotenhuis/rbranch"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rileygrotenhuis/rbranch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rileygrotenhuis%2Frbranch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rileygrotenhuis%2Frbranch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rileygrotenhuis%2Frbranch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rileygrotenhuis%2Frbranch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rileygrotenhuis","download_url":"https://codeload.github.com/rileygrotenhuis/rbranch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rileygrotenhuis%2Frbranch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28441475,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-15T00:55:22.719Z","status":"online","status_checked_at":"2026-01-15T02:00:08.019Z","response_time":62,"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":["bubbletea","git","golang"],"created_at":"2026-01-12T03:08:51.703Z","updated_at":"2026-01-15T02:45:44.646Z","avatar_url":"https://github.com/rileygrotenhuis.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rbranch\n\nrbranch is a CLI tool built using Go and Bubbletea for those who are too lazy to type out those super long and annoying git branch names. Making your life maybe 2% easier, you can now simply use the `rbranch` command with a few additional flags to easily perform simple git branch operations.\n\n## Prerequisites\n\nBefore you can run this application, ensure you have the following software installed on your system:\n\n1. **Go**: This application requires the latest version of Go to run. You can download and install Go from the [official website](https://go.dev/dl/). Ensure you have the latest version of Go by running the following command::\n\n    ```bash\n    go version\n    ```\n\n## Installation\n\nTo get started with this application, follow these steps:\n\n1. **Clone the Repository**: Start by cloning this repository to your local machine. You can do this by running the following command in your terminal:\n\n    ```bash\n    git clone https://github.com/rileygrotenhuis/rbrnach.git\n    ```\n\n2. **Navigate to the Project Directory**: Change your working directory to the newly cloned repository:\n\n    ```bash\n    cd rbrnach\n    ```\n\n3. **Install Dependencies**: Now you need to install the project dependencies. Run the following command:\n\n   ```bash\n   go mod tidy\n   ```\n\n4. **Build Application**: At this point you will want to build the executable for rbranch by running the following command:\n\n    ```bash\n    go build\n    ```\n\n5. **Make Globally Accessible**: The last step in the installation process is to move the newly created executable to your `$PATH`. Run the following command:\n\n    ```bash\n    sudo mv rbranch /usr/local/bin\n    ```\n\n## Usage\n\n### Checkout a Branch\n\nTo view a list of all available branches and select one of them to checkout, you can use the default command:\n\n```bash\nrbranch\n```\n\n### Copy a Branch\n\nTo view a list of all available branches and select one of them to copy to your clipboard, you will need to append the copy flag\n\n```bash\nrbranch -c\n```\n\n### Delete a Branch\n\nTo view a list of all available branches and select one of them to delete, you will need to append the deletion flag\n\n```bash\nrbranch -d\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frileygrotenhuis%2Frbranch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frileygrotenhuis%2Frbranch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frileygrotenhuis%2Frbranch/lists"}