Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 501 Bytes

README.adoc

File metadata and controls

18 lines (13 loc) · 501 Bytes

eenv: Print your environment like env but with the keys, passwords and tokens hidden

How many times have you needed to look at your env while sharing your screen? With eenv you can do it without exposing your keys, passwords and tokens.

Install

  • Install using go:

    Install the binary into your ~/go/bin:

    go install github.com/DavidGamba/dgtools/eenv@latest

How it works

Prints your env vars but hides the values of any of the keys that match key, password or token.