CLI tool that sets the desired proxy address system-wide
Proxet is a simple command-line tool designed to change Fish shell environment variables so the system uses a custom proxy across the board. It allows you to easily set or reset proxy settings with a single command.
- Set a custom proxy address
- Reset proxy settings
- Check to see if the proxy has been set
- Simple and easy-to-use CLI
To install Proxet, clone the repository and build the Go application:
git clone https://github.com/rivethorn/proxet.git
cd proxet
go build -o proxet main.go
You can run the app from anywhere by running:
go build && go install
from the project directory.
To use Proxet, run the following commands:
- Set a proxy address:
./proxet -a <proxy_address>
- Reset proxy settings:
./proxet -r
- Check proxy settings:
./proxet -c
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
This project is licensed under the MIT License. See the LICENSE file for details.