{"id":48686168,"url":"https://github.com/mbailey/show-me","last_synced_at":"2026-04-11T04:09:56.924Z","repository":{"id":335385060,"uuid":"1125156961","full_name":"mbailey/show-me","owner":"mbailey","description":"Claude Code Plugin for showing files and web pages. ","archived":false,"fork":false,"pushed_at":"2026-03-11T23:43:41.000Z","size":72,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-12T03:04:01.045Z","etag":null,"topics":["claudecode","plugin"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/mbailey.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":null,"dco":null,"cla":null}},"created_at":"2025-12-30T08:33:22.000Z","updated_at":"2026-03-11T23:43:44.000Z","dependencies_parsed_at":"2026-03-12T03:04:18.883Z","dependency_job_id":null,"html_url":"https://github.com/mbailey/show-me","commit_stats":null,"previous_names":["mbailey/show-and-tell","mbailey/show-me"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/mbailey/show-me","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbailey%2Fshow-me","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbailey%2Fshow-me/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbailey%2Fshow-me/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbailey%2Fshow-me/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mbailey","download_url":"https://codeload.github.com/mbailey/show-me/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbailey%2Fshow-me/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31668090,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["claudecode","plugin"],"created_at":"2026-04-11T04:09:56.159Z","updated_at":"2026-04-11T04:09:56.904Z","avatar_url":"https://github.com/mbailey.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# show-me — Claude Code Plugin\n\nVisual context sharing between AI assistants and users.\n\nLike Morpheus to Neo — \"show me\":\n- **show**: AI displays content for the user (files in Neovim, URLs in browser, commands in tmux)\n- **look**: AI observes what the user is viewing (screen context, active panes)\n\nThese are complementary - look verifies what show displayed.\n\n## Requirements\n\n### Required\n\n- **tmux** - Terminal multiplexer for pane management and context capture\n  - Used by both `show` and `look` commands\n  - `show` creates a dedicated \"show\" session for content display\n  - `look` captures pane content and displays hierarchy\n\n### Optional Enhancements\n\n- **nvim-remote** - Enhanced Neovim socket integration\n  - Provides automatic socket detection and richer editor status\n  - Without it: show-me uses calculated socket paths (works fine)\n  - With it: More flexible socket discovery across multiple Neovim instances\n\n- **Browser** - For URL display (Firefox preferred, configurable via SHOW_BROWSER)\n\n## Installation\n\n### Claude Code (and GitHub Copilot CLI)\n\n\u003e **Note:** GitHub Copilot CLI supports the same `--plugin-dir` flag — these instructions work for both tools.\n\nLoad directly from a local clone:\n\n```bash\nclaude --plugin-dir /path/to/show-me\n```\n\nOr install via a marketplace that includes show-me:\n\n```bash\n/plugin marketplace add mbailey/plugins\n/plugin install show-me@mbailey\n```\n\n### metool\n\n```bash\nmt package install show-me\n```\n\n## Commands\n\n### show\n\nDisplay content for the user:\n\n```bash\nshow path/to/file.py          # Open file in Neovim\nshow path/to/file.py:42       # Open file at line 42\nshow https://example.com      # Open URL in browser\nshow \"cmd:git status\"         # Run command in shell pane\n```\n\n### look\n\nObserve what the user is viewing:\n\n```bash\nlook                          # Capture current pane context\nlook --hierarchy              # Show tmux session/window/pane layout\n```\n\n## Optional Integrations\n\n### nvim-remote (optional)\n\nIf nvim-remote is available, show-me uses it for enhanced features:\n\n- **Auto socket detection**: Finds the best Neovim socket automatically\n- **Richer status**: More detailed editor state in `look` output\n\nWithout nvim-remote, show-me:\n- Uses calculated socket paths: `/tmp/nvim-tmux-pane-\u003cpane_id\u003e`\n- Uses direct `nvim --server` commands for file operations\n- **All core features work fully**\n\n## Privacy\n\nThe `look` command captures screen content. Use responsibly and only when contextually appropriate.\n\n## See Also\n\n- [SKILL.md](skills/show-me/SKILL.md) - Claude Code skill for AI integration\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbailey%2Fshow-me","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmbailey%2Fshow-me","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbailey%2Fshow-me/lists"}