Installation
Homebrew (macOS):
brew tap s1ks1/bwenv
brew install --cask bwenvScoop (Windows):
scoop bucket add bwenv https://github.com/s1ks1/scoop-bwenv
scoop install bwenvLinux (DEB / RPM):
# Download the .deb or .rpm from the assets below, then:
sudo dpkg -i bwenv_2.1.0_amd64.deb # Debian/Ubuntu
sudo rpm -i bwenv_2.1.0_amd64.rpm # Fedora/RHELGo Install:
go install github.com/s1ks1/bwenv@latestQuick Install (macOS / Linux):
curl -fsSL https://raw.githubusercontent.com/s1ks1/bwenv/main/install.sh | shQuick Install (Windows PowerShell):
irm https://raw.githubusercontent.com/s1ks1/bwenv/main/install.ps1 | iexManual download: Grab the archive for your platform below, extract it,
and place the bwenv binary somewhere in your PATH.
See the README for full documentation.
Changelog
🐛 Bug Fixes
- 8913562: fix: secret picker counter shows only visible items, add ID suffix for disambiguation (#22) (@s1ks1)
Full Changelog: v2.0.6...v2.1.0