{"id":28150726,"url":"https://github.com/ddddami/git-swift","last_synced_at":"2026-01-30T16:06:10.587Z","repository":{"id":287619718,"uuid":"961167696","full_name":"ddddami/git-swift","owner":"ddddami","description":"Swiftly jump between git branches🤞","archived":false,"fork":false,"pushed_at":"2026-01-25T00:13:38.000Z","size":1147,"stargazers_count":6,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-25T23:54:31.434Z","etag":null,"topics":["cli","git","go","npm"],"latest_commit_sha":null,"homepage":"","language":"Go","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/ddddami.png","metadata":{"files":{"readme":"README.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-05T22:40:27.000Z","updated_at":"2026-01-25T07:06:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"032f3c22-ca1f-46df-8804-c9854177a3c7","html_url":"https://github.com/ddddami/git-swift","commit_stats":null,"previous_names":["ddddami/gitch","ddddami/git-swift","dddaami/git-swift"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/ddddami/git-swift","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddddami%2Fgit-swift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddddami%2Fgit-swift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddddami%2Fgit-swift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddddami%2Fgit-swift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ddddami","download_url":"https://codeload.github.com/ddddami/git-swift/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddddami%2Fgit-swift/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28914953,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T12:13:43.263Z","status":"ssl_error","status_checked_at":"2026-01-30T12:13:22.389Z","response_time":66,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cli","git","go","npm"],"created_at":"2025-05-15T03:14:56.338Z","updated_at":"2026-01-30T16:06:10.582Z","avatar_url":"https://github.com/ddddami.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# git swift\n\n\u003e Lightning-fast branch switching with fuzzy search\n\nA minimal CLI tool that lets you quickly find and switch between Git branches using a clean, interactive interface.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/14c5b6ee-d9d9-4b11-97fe-dfac7d1a1956\" alt=\"git swift demo\" width=\"800px\" /\u003e\n\u003c/p\u003e\n\n## Features\n\n- ⚡ **Fast branch switching** - Find branches faster than you can type their full name\n- ⌨️ **Keyboard-driven** - Navigate and delete branches without reaching for the mouse\n- 🔢 **Smart shortcuts** - Quick-switch to recent branches (`Alt+1..9`)\n- 🛠️ **Git-compatible** - Supports standard `git switch` flags (create, detach, etc.)\n\n## Installation\n\n### Using npm (Recommended)\n\n```bash\nnpm install -g git-swift\n```\n\n\u003c!-- ### Using Homebrew --\u003e\n\u003c!----\u003e\n\u003c!-- ```bash --\u003e\n\u003c!-- brew tap ddddami/git-swift --\u003e\n\u003c!-- brew install git-swift --\u003e\n\u003c!-- ``` --\u003e\n\n### From source\n\n```bash\ngo install github.com/ddddami/git-swift@latest\n```\n\n## Usage\n\n### Interactive mode\n\nSimply run:\n\n```bash\ngit swift\n```\n\nThis opens an interactive UI where you can:\n\n| Key | Action |\n| --- | --- |\n| `Type` | Filter branches |\n| `↑` / `↓` | Navigate list |\n| `Enter` | Switch to branch |\n| `Alt` / `Option` + `1-9` | Quick switch to branch # |\n| `Delete` / `Ctrl`+`X` | Delete selected branch |\n| `Esc` | Quit |\n\n### Direct mode\n\nIf you know part of the branch name:\n\n```bash\ngit swift branch-name\n```\n\nThis will switch directly to the branch if an exact match is found.\n\n### Pass-through mode\n\nPass standard `git switch` flags directly:\n\n```bash\ngit swift -c new-feature \ngit swift --detach commit\n```\n\n## Why git swift?\n\n- **Minimal UI** - Just the information you need, nothing more\n- **Lightweight** - Fast startup time, small memory footprint\n- **Zero configuration** - Works out of the box\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddddami%2Fgit-swift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fddddami%2Fgit-swift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddddami%2Fgit-swift/lists"}