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

https://github.com/alexanderdoth/swig

Swig is an easy to use git config manager
https://github.com/alexanderdoth/swig

config configuration csharp dotnet git swig

Last synced: 8 months ago
JSON representation

Swig is an easy to use git config manager

Awesome Lists containing this project

README

          


Swig Logo

Swig - The Swag Way to Switch Git Configs

Swig is the coolest git config switcher out there! With Swig, you can easily change your git config right from your terminal using a single command. It's like having a personal stylist for your git config - making you look good without the hassle.

## ✨ Features

- Switch git configs like a boss with a simple `swig` command
- User-friendly and colorful UI that'll make your terminal feel like a party
- Saves you time and effort, so you can focus on what matters - your code

## 📸 Preview


Swig Welcome Screen

## 🚀 Getting Started

Ready to add some swag to your git config management? Follow these steps:

1. Install Swig using.
2. Run `swig` in your terminal and let the magic happen
3. Enjoy seamless git config switching and impress your colleagues with your new-found efficiency

## 🛠️ Install Swig

🐧 Linux

1. Use the `swig-linux` single binary.

2. User your cli:

### Yay
```bash
yay -S swig-cli
```

### Paru
```bash
paru -S swig-cli
```

🪟 Windows

1. Use the `swig-setup.msi` windows setup.
2. Use the `swig-bin.exe` single binary.

🍏 Macos

### zsh
```bash
sudo curl -L -o ~/Applications/Swig "https://github.com/AlexanderDotH/Swig/releases/latest/download/swig-osx" && sudo chmod +x ~/Applications/Swig && echo 'alias swig="~/Applications/Swig"' >> ~/.zshrc && source ~/.zshrc
```

### bash
```bash
sudo curl -L -o ~/Applications/Swig "https://github.com/AlexanderDotH/Swig/releases/latest/download/swig-osx" && sudo chmod +x ~/Applications/Swig && echo 'alias swig="~/Applications/Swig"' >> ~/.bashrc && source ~/.bashrc
```

### System wide
```bash
sudo curl -L -o /usr/local/bin/swig "https://github.com/AlexanderDotH/Swig/releases/latest/download/swig-osx" && sudo chmod +x /usr/local/bin/swig
```

## 🤝 Contributing
We're always looking for cool cats to help make Swig even better. If you've got ideas, bug reports, or just want to show some love, feel free to open an issue or submit a pull request. Let's make git config management fun again!

[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=AlexanderDotH_Swig&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=AlexanderDotH_Swig)
[![AUR Version](https://img.shields.io/aur/version/swig-cli)](https://aur.archlinux.org/packages/swig-cli)