TUI app that helps simplify the management of .env configuration files.
It lets you toggle variables on or off and select from multiple predefined values.
go install github.com/taha-yassine/sidem@latest
nix run github:taha-yassine/sidem
git clone https://github.com/taha-yassine/sidem.git
cd sidem
go build -o sidem ./cmd/sidem
Run the application from your terminal. By default, it looks for a .env
file in the current directory. You can optionally specify a path to a different file:
sidem [path/to/your/.env]
MIT