{"id":27629547,"url":"https://github.com/knqyf263/sou","last_synced_at":"2026-02-27T13:45:00.804Z","repository":{"id":276290223,"uuid":"925166036","full_name":"knqyf263/sou","owner":"knqyf263","description":"A tool for exploring files in container image layers","archived":false,"fork":false,"pushed_at":"2025-02-07T10:16:35.000Z","size":10132,"stargazers_count":46,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-23T15:51:34.847Z","etag":null,"topics":["cli","container-image","tui"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/knqyf263.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}},"created_at":"2025-01-31T11:05:12.000Z","updated_at":"2025-04-20T13:52:20.000Z","dependencies_parsed_at":"2025-02-07T11:24:32.736Z","dependency_job_id":"7ff1e49d-c213-4841-83fa-2c90b9f70e7a","html_url":"https://github.com/knqyf263/sou","commit_stats":null,"previous_names":["knqyf263/sou"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/knqyf263/sou","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knqyf263%2Fsou","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knqyf263%2Fsou/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knqyf263%2Fsou/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knqyf263%2Fsou/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/knqyf263","download_url":"https://codeload.github.com/knqyf263/sou/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knqyf263%2Fsou/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29898184,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T12:09:13.686Z","status":"ssl_error","status_checked_at":"2026-02-27T12:09:13.282Z","response_time":57,"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":["cli","container-image","tui"],"created_at":"2025-04-23T15:26:46.936Z","updated_at":"2026-02-27T13:45:00.777Z","avatar_url":"https://github.com/knqyf263.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sou\n\nA modern TUI tool for exploring container image layers with an intuitive interface.\n\n\u003e The name \"sou\" comes from the Japanese word \"層\" (そう/sō) which means \"layer\". It can be pronounced as \"so\".\n\n![Demo](docs/demo.gif)\n\n## Features\n\n- 🚀 Interactive TUI for seamless navigation through container images\n- 🔍 Explore files within each layer using a built-in file picker\n- 👀 Quick preview of file contents within layers\n- 💾 Easy export of files from layers to your local filesystem\n- 📄 View image manifests and configurations\n- 📦 Support for both local and remote container images\n\n## Note\n\n\u003e 🤖 This project is experimentally developed entirely with Claude 3.5 Sonnet, exploring the possibilities of AI-assisted development.\n\n## Installation\n\n### Using Homebrew\n\n```bash\nbrew install knqyf263/sou/sou\n```\n\n### Using Container Image\n\n```bash\ndocker run --rm -it ghcr.io/knqyf263/sou:latest nginx:latest\n```\n\n### Using Go\n\n```bash\ngo install github.com/knqyf263/sou@latest\n```\n\n### From Source\n\n```bash\ngit clone https://github.com/knqyf263/sou.git\ncd sou\ngo build -o sou\n```\n\n## Usage\n\n```bash\nsou \u003cimage-name\u003e\n```\n\nExample:\n```bash\n# Local image\nsou nginx:latest\n\n# Remote image\nsou ghcr.io/knqyf263/my-image:latest\n```\n\n## Key Bindings\n\n### Layer View\n- `↑/k`: Move cursor up\n- `↓/j`: Move cursor down\n- `→/l`: View layer contents\n- `g`: Go to first item\n- `G`: Go to last item\n- `K/pgup`: Page up\n- `J/pgdown`: Page down\n- `yy`: Copy layer diff ID\n- `/`: Filter layers\n- `?`: Toggle help\n- `q`: Quit\n\n### File View\n- `↑/k`: Move cursor up\n- `↓/j`: Move cursor down\n- `←/h`: Go back\n- `→/l`: View/open file\n- `.`: Toggle hidden files\n- `x`: Export file\n- `/`: Filter files\n- `?`: Toggle help\n- `q`: Quit\n\n### File Content View\n- `↑/k`: Scroll up\n- `↓/j`: Scroll down\n- `←/h`: Go back to file list\n- `q`: Quit\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nApache License 2.0 - see [LICENSE](LICENSE) for more details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknqyf263%2Fsou","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fknqyf263%2Fsou","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknqyf263%2Fsou/lists"}