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 using go:
Install the binary into your
~/go/bin
:go install github.com/DavidGamba/dgtools/eenv@latest
-
Install using homebrew:
brew tap DavidGamba/dgtools https://github.com/DavidGamba/dgtools brew install DavidGamba/dgtools/eenv