{"id":30315671,"url":"https://github.com/charmy/iz","last_synced_at":"2025-08-17T19:48:17.309Z","repository":{"id":309614620,"uuid":"1019113441","full_name":"charmy/iz","owner":"charmy","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-14T06:16:50.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-12T22:25:52.132Z","etag":null,"topics":[],"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/charmy.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}},"created_at":"2025-07-13T19:06:20.000Z","updated_at":"2025-07-16T08:58:58.000Z","dependencies_parsed_at":"2025-08-12T22:25:56.744Z","dependency_job_id":"6d322abb-be69-4d9f-a0cd-1e8aa47cecb3","html_url":"https://github.com/charmy/iz","commit_stats":null,"previous_names":["charmy/iz"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/charmy/iz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charmy%2Fiz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charmy%2Fiz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charmy%2Fiz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charmy%2Fiz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/charmy","download_url":"https://codeload.github.com/charmy/iz/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charmy%2Fiz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270899521,"owners_count":24664715,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"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":[],"created_at":"2025-08-17T19:48:12.953Z","updated_at":"2025-08-17T19:48:17.256Z","avatar_url":"https://github.com/charmy.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔍 iz - Interactive Command Manager\n\nA terminal-based interactive command manager that organizes and executes commands with variables.\n\n## Installation\n\n```bash\ngo install github.com/charmy/iz/cmd/iz@latest\n```\n\n## Usage\n\n```bash\niz\n```\n\nOn first run, `~/.config/iz/config.yaml` is automatically created.\n\n## Features\n\n- 📋 Hierarchical command organization\n- 🔧 Variable support in commands\n- ✅ Security confirmation system\n- 🎨 Terminal UI\n\n## Configuration\n\nEdit `~/.config/iz/config.yaml` to add your commands:\n\n```yaml\nsettings:\n  confirm: true\n\ncommands:\n  - name: \"System\"\n    children:\n      - name: \"List Files\"\n        command: \"ls -la\"\n        confirm: false\n      \n      - name: \"Ping Host\"\n        command: \"ping -c {count} {host}\"\n        variables:\n          - name: \"count\"\n            default: \"4\"\n          - name: \"host\"\n            default: \"google.com\"\n```\n\n## Keyboard Shortcuts\n\n- `↑/↓` or `j/k` - Navigate\n- `Enter/r` - Run command\n- `e` - Edit config\n- `?` - Help\n- `q` - Quit\n\n### Config Editor\n\n- `Ctrl+S` - Save config\n- `Esc` - Cancel editing\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharmy%2Fiz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcharmy%2Fiz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharmy%2Fiz/lists"}