with-env

command module
v0.2.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2022 License: BSD-3-Clause Imports: 7 Imported by: 0

README

with-env

check

通过 .env 文件给命令注入环境变量, 会覆盖系统自带的环境变量。

  1. ~/.env
  2. .env

将下面文件写入到 .env 或者 ~/.env 中,然后执行 with-env wgetwget 命令就被注入了代理。

https_proxy=http://127.0.0.1:7890
http_proxy=http://127.0.0.1:7890
HTTPS_PROXY=http://127.0.0.1:7890
HTTP_PROXY=http://127.0.0.1:7890

使用方式

with-env curl ....
with-env wget ....
with-env git clone ...

Install

go install github.com/hellojukay/with-env@latest

Download

https://github.com/hellojukay/with-env/releases

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL