{"id":31729997,"url":"https://github.com/biohacker0/heygit","last_synced_at":"2026-01-20T16:40:45.160Z","repository":{"id":257198239,"uuid":"857653791","full_name":"biohacker0/heygit","owner":"biohacker0","description":"GitSwitch CLI is a command-line tool designed to make switching between multiple Git profiles easy and efficient. Manage Git credentials, handle SSH keys, and simplify your workflow across various projects with an intuitive CLI interface. Perfect for developers working with multiple GitHub accounts or client repositories.","archived":false,"fork":false,"pushed_at":"2025-08-17T12:15:15.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-29T07:31:58.115Z","etag":null,"topics":["gitswitch","gitswitch-cli","gitswitchcli"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/biohacker0.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,"zenodo":null}},"created_at":"2024-09-15T08:38:30.000Z","updated_at":"2025-08-17T12:15:19.000Z","dependencies_parsed_at":"2024-09-15T09:10:42.168Z","dependency_job_id":"c5e4fc33-d3df-4c37-9dfa-8c51900f1d88","html_url":"https://github.com/biohacker0/heygit","commit_stats":null,"previous_names":["biohacker0/gitswitch-cli","biohacker0/heygit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/biohacker0/heygit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biohacker0%2Fheygit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biohacker0%2Fheygit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biohacker0%2Fheygit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biohacker0%2Fheygit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/biohacker0","download_url":"https://codeload.github.com/biohacker0/heygit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biohacker0%2Fheygit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000982,"owners_count":26082973,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"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":["gitswitch","gitswitch-cli","gitswitchcli"],"created_at":"2025-10-09T07:23:31.880Z","updated_at":"2025-10-09T07:23:33.532Z","avatar_url":"https://github.com/biohacker0.png","language":"JavaScript","funding_links":["https://buymeacoffee.com/biohacker0)!"],"categories":[],"sub_categories":[],"readme":"# heygit\n\u003c!-- ![heygit Logo](https://raw.githubusercontent.com/biohacker0/heygit/main/assets/logo.png) --\u003e\nheygit is a command-line tool designed to simplify the management of multiple Git profiles. Seamlessly switch between different Git accounts, manage SSH keys, and streamline your development workflow across various projects and platforms.\n\u003cdiv align=\"center\"\u003e\n\n![heygit Logo](https://raw.githubusercontent.com/biohacker0/GitSwitch-Gui/main/src-tauri/icons/icon.png)\n\n*Effortlessly manage multiple GitHub accounts from your desktop*\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![GitHub release](https://img.shields.io/github/release/biohacker0/GitSwitch-Gui.svg)](https://github.com/biohacker0/GitSwitch-Gui/releases/)\n\n\u003c/div\u003e\n\n## What heygit Does\n\n**Setup Git accounts on new machines**\nGot a new computer and need to set up Git? heygit handles all the Git configuration and SSH key generation. Just add your account, copy the generated key to GitHub, and start coding.\n\n**Manage multiple GitHub accounts** \nSwitch between personal, work, and client GitHub accounts instantly. Each account has separate Git configs and SSH keys.\n\n**Easy credential management**\nRemove accounts, view current settings, or clean up Git configuration when needed.\n\n## All Features\n\n| Feature | Description |\n|---------|-------------|\n| Profile Switching | Switch between multiple Git profiles instantly |\n| SSH Key Management | Automatic generation and management of SSH keys |\n| Account Listing | View all configured accounts with their status |\n| Account Addition | Add new Git accounts on the fly |\n| Account Removal | Remove accounts when no longer needed |\n| Secure Storage | Local storage of account information |\n| Cross-platform | Windows, macOS, Linux compatibility |\n| SSH Key Display | Show SSH keys for current or specific users |\n\n## Installation\n\nInstall heygit globally using npm:\n\n```bash\nnpm install -g heygit\n```\n\n## Usage\n\nAfter installation, you can run heygit by typing `heygit` in your terminal:\n\n```bash\nheygit\n```\n\nThis will launch an interactive menu with the following options:\n1. List all accounts\n2. Add a new account\n3. Switch account\n4. Remove an account\n5. Remove all accounts\n6. Show SSH key of current user\n7. Show SSH key of specific user\n8. Exit\n\nFollow the on-screen prompts to manage your Git profiles effortlessly.\n\nFollow the on-screen prompts to manage your Git profiles effortlessly.\n\n## Examples\n\n**Adding a new account:**\n```bash\n$ heygit\n? Choose an action: Add a new account\n? Enter your name: John Doe\n? Enter your email: john@example.com\nAccount added for John Doe (john@example.com)\nPublic SSH key:\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG...\n```\n\n**Switching accounts:**\n```bash\n$ heygit\n? Choose an action: Switch account\n? Select an account to switch to: John Doe (john@example.com)\nSwitched to account: name: John Doe | email: (john@example.com)\nSSH keys have been updated in the .ssh directory.\n```\n\n## Requirements\n\n| Requirement | Notes |\n|-------------|-------|\n| Node.js | Version 14 or higher |\n| Git | For version control operations |\n| SSH | For key generation (usually pre-installed) |\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Author\n\nCreated by [biohacker0](https://github.com/biohacker0)\n\n## Support\n\nIf you find heygit useful, consider [buying me a coffee](https://buymeacoffee.com/biohacker0)!\n\n---\n\nheygit - Simplify your Git profile management and boost your productivity!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiohacker0%2Fheygit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbiohacker0%2Fheygit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiohacker0%2Fheygit/lists"}