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
- Host: GitHub
- URL: https://github.com/alexanderdoth/swig
- Owner: AlexanderDotH
- License: other
- Created: 2024-02-27T20:00:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-13T01:42:02.000Z (over 1 year ago)
- Last Synced: 2025-02-28T22:43:53.496Z (9 months ago)
- Topics: config, configuration, csharp, dotnet, git, swig
- Language: C#
- Homepage:
- Size: 210 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
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
## 🚀 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!
[](https://sonarcloud.io/summary/new_code?id=AlexanderDotH_Swig)
[](https://aur.archlinux.org/packages/swig-cli)