{"id":47540637,"url":"https://github.com/lazynop/lazyenv","last_synced_at":"2026-04-05T00:02:56.106Z","repository":{"id":343048734,"uuid":"1176085185","full_name":"lazynop/lazyenv","owner":"lazynop","description":"TUI for managing .env files","archived":false,"fork":false,"pushed_at":"2026-03-29T21:27:13.000Z","size":1054,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-30T00:21:59.103Z","etag":null,"topics":["bubble-tea","cli","developer-tools","dotenv","env","environment-variables","go","golang","terminal","tui"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lazynop.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-08T15:45:35.000Z","updated_at":"2026-03-29T21:27:16.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/lazynop/lazyenv","commit_stats":null,"previous_names":["lazynop/lazyenv"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/lazynop/lazyenv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lazynop%2Flazyenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lazynop%2Flazyenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lazynop%2Flazyenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lazynop%2Flazyenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lazynop","download_url":"https://codeload.github.com/lazynop/lazyenv/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lazynop%2Flazyenv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290740,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bubble-tea","cli","developer-tools","dotenv","env","environment-variables","go","golang","terminal","tui"],"created_at":"2026-03-28T14:00:25.157Z","updated_at":"2026-04-01T18:01:11.080Z","avatar_url":"https://github.com/lazynop.png","language":"Go","readme":"# lazyenv\n\n[![CI](https://github.com/lazynop/lazyenv/actions/workflows/check.yml/badge.svg)](https://github.com/lazynop/lazyenv/actions/workflows/check.yml)\n[![Go Report Card](https://goreportcard.com/badge/github.com/lazynop/lazyenv)](https://goreportcard.com/report/github.com/lazynop/lazyenv)\n[![GoDoc](https://pkg.go.dev/badge/github.com/lazynop/lazyenv)](https://pkg.go.dev/github.com/lazynop/lazyenv)\n[![GitHub tag](https://img.shields.io/github/tag/lazynop/lazyenv.svg)](https://github.com/lazynop/lazyenv/releases/latest)\n[![GitHub Downloads](https://img.shields.io/github/downloads/lazynop/lazyenv/total)](https://github.com/lazynop/lazyenv/releases)\n![GitHub repo size](https://img.shields.io/github/repo-size/lazynop/lazyenv)\n\nTUI for managing `.env` files — written in Go with [Bubble Tea](https://github.com/charmbracelet/bubbletea).\n\nBrowse, compare, edit and validate environment variables from your terminal.\n\n**[Documentation](https://lazynop.github.io/lazyenv/)** | **[Releases](https://github.com/lazynop/lazyenv/releases)**\n\n![lazyenv demo](docs/assets/demo.gif)\n\n## Features\n\n- Two-panel layout with file list and variables, inline editing\n- Side-by-side diff between two files with bidirectional copy\n- Completeness matrix showing which variables exist across files\n- Change tracking: new, modified, deleted, duplicate, empty, placeholder\n- Secret masking, gitignore check, automatic backup — all [configurable](https://lazynop.github.io/lazyenv/configuration/)\n- Clipboard support (OSC 52), search and sort\n- Round-trip fidelity: saves preserve comments, blank lines, quoting\n- TOML configuration: layout, colors, file patterns, behaviors\n- Mouse support: click to select, scroll wheel to navigate (disable with `--no-mouse`)\n- 56 built-in color themes with interactive preview (`--themes`)\n\n## Install\n\n**Homebrew** (macOS \u0026 Linux):\n\n```\nbrew install lazynop/tap/lazyenv\n```\n\n**AUR** (Arch Linux):\n\n```\nyay -S lazyenv-bin\n```\n\n**Scoop** (Windows):\n\n```\nscoop bucket add lazynop https://github.com/lazynop/scoop-bucket\nscoop install lazyenv\n```\n\nOr download a binary from [Releases](https://github.com/lazynop/lazyenv/releases), or install from source (requires Go 1.26+):\n\n```\ngo install github.com/lazynop/lazyenv@latest\n```\n\n## Quick start\n\n```bash\nlazyenv                  # scan current directory for .env files\nlazyenv path/to/dir      # scan a specific directory\nlazyenv -r               # scan recursively into subdirectories\n```\n\nSee the **[full documentation](https://lazynop.github.io/lazyenv/)** for [usage \u0026 flags](https://lazynop.github.io/lazyenv/usage/), [configuration](https://lazynop.github.io/lazyenv/configuration/), and [keybindings](https://lazynop.github.io/lazyenv/keybindings/).\n\n## License\n\n[MIT](LICENSE)\n","funding_links":[],"categories":["Command Line","Build Automation"],"sub_categories":["Advanced Console UIs"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flazynop%2Flazyenv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flazynop%2Flazyenv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flazynop%2Flazyenv/lists"}