Skip to content

rivethorn/proxet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proxet

project-image

CLI tool that sets the desired proxy address system-wide

Table of Contents

Introduction

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.

Features

  • Set a custom proxy address
  • Reset proxy settings
  • Check to see if the proxy has been set
  • Simple and easy-to-use CLI

Installation

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.

Usage

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

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Set your system proxy with one line

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages