Show HN: I just fixed .env once and for all – better-env
Show HN (score: 6)Description
So I built better-env: a secure, developer-friendly alternative to .env.
Store your secrets once in a global encrypted store, and load them per-project at runtime.
I’d love feedback on whether this feels useful beyond solo devs, and what you’d want for teams or CI setups.
Fully open source: https://github.com/HarishChandran3304/better-env
More from Show
Show HN: DSS, a lightweight TUI spreadsheet editor and dashboard in Go
Show HN: DSS, a lightweight TUI spreadsheet editor and dashboard in Go Hi there, I tried to build a CLI tool to edit and visualize Excel/CSV files directly in the terminal, I called it "dss".<p>I did it for fun to tweak spreadsheet formulas without leaving my terminal or opening heavy GUI apps.<p>It is an interactive editor of sheets with charts and formula engine diretly in TUI. The formula engine is handmaded but I'd like to improve it.<p>I copied a lot from my previous Datacmd project and from Termdash repo. Hoping to receive some feedback.
No other tools from this source yet.