Skip to content

Commit f7267e0

Browse files
committed
format
1 parent a47e83d commit f7267e0

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
11
# terminal-proxy
2+
23
Proxy management tool for terminal.
34

45
## Install
6+
57
```bash
68
pip install terminal-proxy
79
```
810

911
## Usage
12+
1013
### Config
14+
1115
```bash
1216
proxy config 127.0.0.1:1080
1317
```
1418

1519
### Turn on
20+
1621
```bash
1722
# If you are on Windows, please run as administrator
1823
# Turn on all proxies
@@ -26,12 +31,14 @@ proxy on --git
2631
```
2732

2833
### Show
34+
2935
```bash
3036
# Show all proxies. Also supports --http and --git
3137
proxy show
3238
```
3339

3440
### Turn off
41+
3542
```bash
3643
# Turn off all proxies. Also supports --http and --git
3744
proxy off

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
name='terminal-proxy',
77
version=__version__,
88
description='Proxy management tool for terminal.',
9+
long_description_content_type='text/markdown',
910
long_description=open('README.md').read(),
1011
author='Prodesire',
1112
author_email='wangbinxin001@126.com',

0 commit comments

Comments
 (0)