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/cmd/sidem@latestnix run github:taha-yassine/sidemgit clone https://github.com/taha-yassine/sidem.git
cd sidem
go build -o sidem ./cmd/sidemRun 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
