An open API service indexing awesome lists of open source software.

https://github.com/yefga/Switzy

Minimalism SSH, Git Profile Identity Management for macOS
https://github.com/yefga/Switzy

app git-profile macos ssh-config

Last synced: 2 months ago
JSON representation

Minimalism SSH, Git Profile Identity Management for macOS

Awesome Lists containing this project

README

          

# Switzy

**Effortless Git Identity Management for macOS**

Switzy is a lightweight, premium menu bar application designed for developers who juggle multiple Git identities. It simplifies the process of switching between different Git profiles (name, email, and SSH keys) with a single click, ensuring you always commit with the right credentials.

![Switzy Menu Bar](demo.png)

## Core Features

- **🚀 Instant Identity Switching**: Toggle between work, personal, and project-specific Git profiles from the menu bar.
- **🔑 SSH Key Management**: Generate and manage SSH keys directly within the app without touching the terminal.
- **✨ Premium UI**: A modern, glassmorphic interface that feels right at home on macOS.
- **🔄 Auto Configuration**: Automatically updates your global or local `.gitconfig` as you switch profiles.
- **🔔 Sparkle Updates**: Receive seamless notifications when a new version is available for one-click updating.

## Installation

### Via Homebrew (Recommended)

You can install Switzy using Homebrew by tapping the official repository:

```bash
brew tap yefga/tap
brew install --cask switzy
```

### Manual Installation

1. Download the latest `.dmg` from the [Releases](https://github.com/yefga/Switzy/releases) page.
2. Open the DMG and drag **Switzy.app** into your **Applications** folder.

## 🛡️ Note on Security (Notarization)

Switzy's official releases are **Notarized by Apple**. This means the app has been verified to be free of malware, and it will run smoothly on your Mac without any security warnings.

If you build Switzy from source, you may still need to perform the standard "Right-click -> Open" process for unnotarized binaries.

## Development

Switzy is built with **SwiftUI** and managed using **Tuist**.

1. Clone the repository:
```bash
git clone https://github.com/yefga/Switzy.git
cd Switzy
```
2. Generate the project:
```bash
tuist generate
```
3. Open `Switzy.xcworkspace` and run the `Switzy` scheme.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

---
Created by [Yefga](https://github.com/yefga)