Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prodesire/terminal-proxy
Proxy management tool for terminal.
https://github.com/prodesire/terminal-proxy
proxy proxy-management terminal-based
Last synced: 15 days ago
JSON representation
Proxy management tool for terminal.
- Host: GitHub
- URL: https://github.com/prodesire/terminal-proxy
- Owner: Prodesire
- License: mit
- Created: 2019-12-08T13:52:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-09T14:07:23.000Z (almost 5 years ago)
- Last Synced: 2024-10-04T13:31:27.873Z (about 1 month ago)
- Topics: proxy, proxy-management, terminal-based
- Language: Python
- Size: 9.77 KB
- Stars: 19
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# terminal-proxy
Proxy management tool for terminal.
## Install
```bash
pip install terminal-proxy
```## Usage
### Config
```bash
proxy config 127.0.0.1:1080
```### Turn on
```bash
# If you are on Windows, please run as administrator
# Turn on all proxies
proxy on# Turn on http proxy
proxy on --http# Turn on git proxy
proxy on --git
```### Show
```bash
# Show all proxies. Also supports --http and --git
proxy show
```### Turn off
```bash
# Turn off all proxies. Also supports --http and --git
proxy off
```