lane

Crates.iolane
lib.rslane
version0.1.1
sourcesrc
created_at2022-06-30 01:12:53.722008
updated_at2022-07-05 08:38:02.491567
descriptionA command to quickly show/set/clear proxies/mirrors for different programs
homepagehttps://github.com/CliffHan/lane
repositoryhttps://github.com/CliffHan/lane
max_upload_size
id616096
size89,835
(CliffHan)

documentation

https://github.com/CliffHan/lane

README

lane - A command to quickly show/set/clear proxies/mirrors for different programs

Supported apps

  • curl: proxy
  • git: proxy
  • cargo: proxy, mirror(tuna/ustc)

Usage

Some examples:

# show all proxies of supported apps
lane show-proxy
# set proxy of curl only
lane set-proxy curl -p http://127.0.0.1:8080
# clear proxy to all supported apps
lane clear-proxy
# set mirror of cargo to tuna
lane set-mirror cargo tuna
Commit count: 3

cargo fmt