File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1
1
# terminal-proxy
2
+
2
3
Proxy management tool for terminal.
3
4
4
5
## Install
6
+
5
7
``` bash
6
8
pip install terminal-proxy
7
9
```
8
10
9
11
## Usage
12
+
10
13
### Config
14
+
11
15
``` bash
12
16
proxy config 127.0.0.1:1080
13
17
```
14
18
15
19
### Turn on
20
+
16
21
``` bash
17
22
# If you are on Windows, please run as administrator
18
23
# Turn on all proxies
@@ -26,12 +31,14 @@ proxy on --git
26
31
```
27
32
28
33
### Show
34
+
29
35
``` bash
30
36
# Show all proxies. Also supports --http and --git
31
37
proxy show
32
38
```
33
39
34
40
### Turn off
41
+
35
42
``` bash
36
43
# Turn off all proxies. Also supports --http and --git
37
44
proxy off
Original file line number Diff line number Diff line change 6
6
name = 'terminal-proxy' ,
7
7
version = __version__ ,
8
8
description = 'Proxy management tool for terminal.' ,
9
+ long_description_content_type = 'text/markdown' ,
9
10
long_description = open ('README.md' ).read (),
10
11
author = 'Prodesire' ,
11
12
author_email = 'wangbinxin001@126.com' ,
You can’t perform that action at this time.
0 commit comments