{"id":47617282,"url":"https://github.com/shubhamtiwary914/htty","last_synced_at":"2026-04-26T13:04:39.107Z","repository":{"id":340336785,"uuid":"1165425498","full_name":"ShubhamTiwary914/htty","owner":"ShubhamTiwary914","description":"Terminal UI for making HTTP API calls","archived":false,"fork":false,"pushed_at":"2026-04-20T11:47:34.000Z","size":131,"stargazers_count":1,"open_issues_count":4,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-20T13:43:21.480Z","etag":null,"topics":["golang","http","tui"],"latest_commit_sha":null,"homepage":"","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/ShubhamTiwary914.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":null,"dco":null,"cla":null}},"created_at":"2026-02-24T06:36:22.000Z","updated_at":"2026-04-20T11:47:39.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ShubhamTiwary914/htty","commit_stats":null,"previous_names":["shubhamtiwary914/htty"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/ShubhamTiwary914/htty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShubhamTiwary914%2Fhtty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShubhamTiwary914%2Fhtty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShubhamTiwary914%2Fhtty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShubhamTiwary914%2Fhtty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShubhamTiwary914","download_url":"https://codeload.github.com/ShubhamTiwary914/htty/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShubhamTiwary914%2Fhtty/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32297939,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T09:34:17.070Z","status":"ssl_error","status_checked_at":"2026-04-26T09:34:00.993Z","response_time":129,"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":["golang","http","tui"],"created_at":"2026-04-01T21:38:24.765Z","updated_at":"2026-04-26T13:04:39.102Z","avatar_url":"https://github.com/ShubhamTiwary914.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\u003cimg src=\"./assets/htty.svg\" alt=\"htty\" width=\"480\"/\u003e\n\n\u003cbr/\u003e\u003cbr/\u003e\n\nkeyboard-driven HTTP client that lives in your terminal.\n\n\u003cbr/\u003e\n\n![Go](https://img.shields.io/badge/Go-1.21+-00ADD8?style=flat-square\u0026logo=go\u0026logoColor=white)\n![License](https://img.shields.io/github/license/ShubhamTiwary914/htty?style=flat-square)\n![Release](https://img.shields.io/github/v/release/ShubhamTiwary914/htty?style=flat-square)\n\n\u003c/div\u003e\n\n---\n\n#### Preview:\n\u003cimg width=\"1880\" height=\"1089\" alt=\"image\" src=\"https://github.com/user-attachments/assets/9676f4ef-0aa6-462f-9089-0fd7d35a5497\" /\u003e\n\n\n## Install\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/ShubhamTiwary914/htty/master/setup/setup.sh | bash\n```\n\nRequires: `curl`, `unzip`, `go`, `make`\n\n---\n\n## Usage\n\n```\nhtty\n```\n\nNavigate panels with `Tab`. Set your method, URL, headers, and body — hit `Enter` to send. Response renders inline.\n\n| Key | Action |\n|---|---|\n| `Tab` / `Shift+Tab` | Move between panels |\n| `Enter` | Confirm / send request |\n| `Ctrl+C` | Quit |\n\n---\n\n## Configuration\n\nThe install script sets up config at `~/.config/htty/config.json`. Override paths with environment variables:\n\n| Variable | Default | Description |\n|---|---|---|\n| `CONFIG_FILE` | `~/.config/htty/config.json` | Config file path |\n| `CACHE_PREFIX` | `~/.cache/htty` | Completions cache directory |\n| `LOGLEVEL` | `info` | Log level (`debug`, `info`, `error`) |\n| `LOGFILE` | `/var/log/htty/htty.log` | File for logging I/O |\n\n---\n\n## Build from source\n\n```bash\ngit clone https://github.com/ShubhamTiwary914/htty\ncd htty\nmake build\n```\n\n---\n\n## Contributing\n\nBug reports and PRs welcome. Open an [issue](https://github.com/ShubhamTiwary914/htty/issues) first for anything beyond small fixes.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshubhamtiwary914%2Fhtty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshubhamtiwary914%2Fhtty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshubhamtiwary914%2Fhtty/lists"}