8000 GitHub - taha-yassine/sidem: TUI app that helps simplify the management of .env configuration files
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

taha-yassine/sidem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

demo

Setup

Go Install

go install github.com/taha-yassine/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

About

TUI app that helps simplify the management of .env configuration files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0