README.md
August 11, 2025 ยท View on GitHub
sidem - simple dotenv manager
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.

Setup
Go Install
go install github.com/taha-yassine/sidem/cmd/sidem@latest
Nix flake
nix run github:taha-yassine/sidem
Build from source
git clone https://github.com/taha-yassine/sidem.git
cd sidem
go build -o sidem ./cmd/sidem
Usage
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]
License
MIT