{"id":22025129,"url":"https://github.com/lucaspiritogit/treq","last_synced_at":"2026-02-21T23:15:10.293Z","repository":{"id":263188363,"uuid":"889618160","full_name":"lucaspiritogit/treq","owner":"lucaspiritogit","description":"A Go-based terminal app for performing HTTP operations with an embedded sqlite to store your requests.","archived":false,"fork":false,"pushed_at":"2025-01-02T01:23:41.000Z","size":92,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-28T17:22:03.126Z","etag":null,"topics":["cli","go","golang","http","linux","opensource","requests","sqlite","terminal","treq","tview","windows"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lucaspiritogit.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":"2024-11-16T19:31:26.000Z","updated_at":"2025-01-02T01:21:55.000Z","dependencies_parsed_at":"2025-01-02T02:38:33.456Z","dependency_job_id":"61c4a90c-2592-4716-8862-819e10f16257","html_url":"https://github.com/lucaspiritogit/treq","commit_stats":null,"previous_names":["lucaspiritogit/treq"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucaspiritogit%2Ftreq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucaspiritogit%2Ftreq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucaspiritogit%2Ftreq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucaspiritogit%2Ftreq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucaspiritogit","download_url":"https://codeload.github.com/lucaspiritogit/treq/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245090862,"owners_count":20559296,"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","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","go","golang","http","linux","opensource","requests","sqlite","terminal","treq","tview","windows"],"created_at":"2024-11-30T07:14:09.073Z","updated_at":"2026-02-21T23:15:10.279Z","avatar_url":"https://github.com/lucaspiritogit.png","language":"Go","readme":"# treq 🦖\n`treq` is a keyboard-first HTTP client for the terminal, built with OpenTUI. It is designed around a vim-like workflow so you can move between URL, headers, request body, response, saved requests, and commands without touching the mouse.\n![image](./assets/demo.png)\n\n## Run locally\n\n```bash\nbun install\nbun run dev\n```\n\n## Install\n\n```bash\ncurl -fsSLO https://github.com/lucaspiritogit/treq/releases/latest/download/install.sh\nsh install.sh\n```\n\nInstall a specific version:\n\n```bash\nTREQ_VERSION=v0.1.0 sh install.sh\n```\n\nWindows (PowerShell):\n\n```powershell\niwr https://github.com/lucaspiritogit/treq/releases/latest/download/install.ps1 -OutFile install.ps1\npowershell -ExecutionPolicy Bypass -File .\\install.ps1\n```\n\n## Features\n\n- Vim-style command mode (`:`) with command suggestions (for example `:send`, `:save`, `:list`, `:help`)\n- Fast keyboard-driven flow for method, URL, headers, request body, and response body\n- Request list sidebar (toggleable), with keyboard navigation\n- Save requests locally to your user config directory (`~/.config/treq/treq-requests.json` on Unix)\n\n## Keyboard Shortcuts\n\n- `:` open command mode\n- `Esc` switch to interactive mode and interactive method\n- `Tab` / `Shift+Tab` cycle focus between panels\n- `Ctrl+Enter` / `Cmd+Enter` / `Alt+Enter` send request\n- `Enter` send request (interactive mode, non-request-list focus)\n- `i` focus URL input\n- `h` focus headers input\n- `r` focus request body input\n- `b` focus response body panel\n- `l` / `Left` focus request list (opens list if hidden)\n- `g` set method `GET`\n- `p` set method `POST`\n- `u` set method `PUT`\n- `t` set method `PATCH`\n- `d` set method `DELETE`\n- Request list: `Up/Down` or `k/j` navigate, `Enter` load selected request, `Ctrl+d` / `Cmd+d` delete selected request\n\n## Commands\n\n- `:send`, `:s`, `:run` send current request\n- `:save` save current request (overwrites loaded request)\n- `:list` focus request list sidebar\n- `:toggle-list`, `:tl`, `:sidebar` toggle request list sidebar\n- `:reload`, `:load` reload requests from `treq-requests.json`\n- `:url`, `:i`, `:input` focus URL input\n- `:headers`, `:h` focus headers input\n- `:request`, `:req`, `:r` focus request body input\n- `:response`, `:res`, `:body`, `:b` focus response body\n- `:get`, `:g` set method `GET`\n- `:post`, `:p` set method `POST`\n- `:put`, `:u` set method `PUT`\n- `:patch`, `:t` set method `PATCH`\n- `:delete`, `:d` set method `DELETE`\n- `:debug`, `:dbg` open debug modal to see additional context about the request and the response.\n- `:help` open command help modal\n- `:quit`, `:q`, `:exit` close app\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucaspiritogit%2Ftreq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucaspiritogit%2Ftreq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucaspiritogit%2Ftreq/lists"}