{"id":35478082,"url":"https://github.com/nikiforovall/lazyopencode","last_synced_at":"2026-02-05T15:00:18.419Z","repository":{"id":331587765,"uuid":"1124907168","full_name":"NikiforovAll/LazyOpenCode","owner":"NikiforovAll","description":"A lazygit-style TUI for visualizing OpenCode customizations.","archived":false,"fork":false,"pushed_at":"2026-01-23T11:32:49.000Z","size":1213,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-24T04:20:52.091Z","etag":null,"topics":["opencode","tui"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/NikiforovAll.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-12-29T20:35:13.000Z","updated_at":"2026-01-23T11:32:38.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/NikiforovAll/LazyOpenCode","commit_stats":null,"previous_names":["nikiforovall/lazyopencode"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/NikiforovAll/LazyOpenCode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikiforovAll%2FLazyOpenCode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikiforovAll%2FLazyOpenCode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikiforovAll%2FLazyOpenCode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikiforovAll%2FLazyOpenCode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NikiforovAll","download_url":"https://codeload.github.com/NikiforovAll/LazyOpenCode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikiforovAll%2FLazyOpenCode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29124793,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T14:05:12.718Z","status":"ssl_error","status_checked_at":"2026-02-05T14:03:53.078Z","response_time":65,"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":["opencode","tui"],"created_at":"2026-01-03T13:13:13.822Z","updated_at":"2026-02-05T15:00:18.406Z","avatar_url":"https://github.com/NikiforovAll.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LazyOpenCode\n\nA keyboard-driven TUI for managing OpenCode customizations.\n\n![LazyOpenCode Screenshot](artifacts/demo.png)\n\n## Features\n\n- Visual discovery of all OpenCode customizations\n- Keyboard-driven navigation (lazygit-inspired)\n- View commands, agents, skills, rules, MCPs, and plugins\n- Filter by configuration level (global/project)\n- Search within customizations\n- Claude Code compatibility mode (`--claude-code`)\n\n## Installation\n\n```bash\nuvx lazyopencode\n```\n\nOr install with pip:\n\n```bash\npip install lazyopencode\n```\n\n## Keyboard Shortcuts\n\n| Key        | Action           |\n| ---------- | ---------------- |\n| `j` / `↓`  | Move down        |\n| `k` / `↑`  | Move up          |\n| `Tab`      | Next panel       |\n| `[` / `]`  | Prev/Next view   |\n| `1`-`7`    | Jump to panel    |\n| `a`        | All filter       |\n| `g`        | Global filter    |\n| `p`        | Project filter   |\n| `/`        | Search           |\n| `e`        | Edit selected    |\n| `c`        | Copy to level    |\n| `C`        | Copy path        |\n| `r`        | Refresh          |\n| `ctrl+u`   | User Config      |\n| `?`        | Help             |\n| `q`        | Quit             |\n\n## Configuration Paths\n\nLazyOpenCode discovers customizations from:\n\n| Type     | Global                             | Project              |\n| -------- | ---------------------------------- | -------------------- |\n| Commands | `~/.config/opencode/command/`      | `.opencode/command/` |\n| Agents   | `~/.config/opencode/agent/`        | `.opencode/agent/`   |\n| Skills   | `~/.config/opencode/skill/`        | `.opencode/skill/`   |\n| Rules    | `~/.config/opencode/AGENTS.md`     | `AGENTS.md`          |\n| MCPs     | `~/.config/opencode/opencode.json` | `opencode.json`      |\n| Tools    | `~/.config/opencode/tool/`         | `.opencode/tool/`    |\n| Plugins  | `~/.config/opencode/plugin/`       | `.opencode/plugin/`  |\n\n## Claude Code Mode\n\nEnable Claude Code compatibility to also discover customizations from `~/.claude/`:\n\n```bash\nlazyopencode --claude-code\n```\n\nThis discovers commands, agents, and skills from:\n\n| Scope   | Path                                      |\n| ------- | ----------------------------------------- |\n| User    | `~/.claude/commands/`, `~/.claude/agents/` |\n| Project | `.claude/commands/`, `.claude/agents/`    |\n| Plugins | Installed plugins from registry           |\n\nClaude Code items are marked with 👾 and can be copied to OpenCode paths using `c`.\n\n## Inspired By\n\n- [LazyClaude](https://github.com/NikiforovAll/lazyclaude) - Similar TUI for Claude Code\n- [Lazygit](https://github.com/jesseduffield/lazygit) - Keyboard-driven Git TUI\n- [OpenCode](https://opencode.ai) - AI coding agent\n\n\n## Development\n\n```bash\n# Clone and install\ngit clone https://github.com/yourusername/lazyopencode\ncd lazyopencode\nuv sync\n\n# Run\nuv run lazyopencode\n\n# Run tests\nuv run pytest\n\n# Lint and format\nuv run ruff check .\nuv run ruff format .\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikiforovall%2Flazyopencode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnikiforovall%2Flazyopencode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikiforovall%2Flazyopencode/lists"}