{"id":51193815,"url":"https://github.com/will8ug/restui","last_synced_at":"2026-06-27T18:02:41.913Z","repository":{"id":356550052,"uuid":"1232073810","full_name":"will8ug/restui","owner":"will8ug","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-08T14:56:29.000Z","size":48,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-08T16:37:10.264Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/will8ug.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2026-05-07T15:04:24.000Z","updated_at":"2026-05-08T14:56:33.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/will8ug/restui","commit_stats":null,"previous_names":["will8ug/restui"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/will8ug/restui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/will8ug%2Frestui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/will8ug%2Frestui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/will8ug%2Frestui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/will8ug%2Frestui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/will8ug","download_url":"https://codeload.github.com/will8ug/restui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/will8ug%2Frestui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34862627,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-27T02:00:06.362Z","response_time":126,"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":"2026-06-27T18:02:41.183Z","updated_at":"2026-06-27T18:02:41.899Z","avatar_url":"https://github.com/will8ug.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# restui\n\n[![CI](https://github.com/will8ug/restui/actions/workflows/ci.yml/badge.svg)](https://github.com/will8ug/restui/actions/workflows/ci.yml)\n[![Coverage](https://will8ug.github.io/restui/badges/coverage.svg)](https://github.com/will8ug/restui/actions/workflows/ci.yml)\n\nA terminal UI REST client for `.http` request files.\n\n## Features\n\n- Parse REST Client-style `.http` files with multiple named requests\n- Resolve `{{variables}}` in URLs, headers, and bodies\n- Send requests from a keyboard-driven terminal interface\n- Inspect formatted responses, headers, timing, and size metadata\n- Reload request files without restarting the app\n\n## Installation\n\n```bash\ncargo install --path .\n```\n\n## Usage\n\n```bash\nrestui \u003cfile.http\u003e [--timeout \u003csecs\u003e] [--no-verify]\n```\n\n## Keybindings\n\n| Key | Action |\n| --- | --- |\n| ↑ / k | Move selection up / Scroll up |\n| ↓ / j | Move selection down / Scroll down |\n| Enter | Send selected request |\n| Tab | Toggle focus between panes |\n| d | Toggle request detail |\n| r | Reload file from disk |\n| ? | Toggle help |\n| q / Ctrl+C | Quit |\n\n## Example `.http` file\n\n```http\n@host = https://httpbin.org\n@content_type = application/json\n\n### Get request\nGET {{host}}/get\nAccept: {{content_type}}\n\n### Post with JSON body\nPOST {{host}}/post\nContent-Type: {{content_type}}\n\n{\n  \"name\": \"restui\",\n  \"version\": \"0.1.0\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwill8ug%2Frestui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwill8ug%2Frestui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwill8ug%2Frestui/lists"}