{"id":13491156,"url":"https://github.com/rs/curlie","last_synced_at":"2025-12-15T17:06:51.971Z","repository":{"id":38848436,"uuid":"134918912","full_name":"rs/curlie","owner":"rs","description":"The power of curl, the ease of use of httpie.","archived":false,"fork":false,"pushed_at":"2025-03-07T08:52:08.000Z","size":2529,"stargazers_count":3147,"open_issues_count":22,"forks_count":100,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-04-10T20:19:18.580Z","etag":null,"topics":["api-client","cli","curl","developer-tools","go","http-client","httpie","terminal","webdevelopment"],"latest_commit_sha":null,"homepage":"https://rs.github.io/curlie","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/rs.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":"2018-05-26T01:18:58.000Z","updated_at":"2025-04-10T09:19:11.000Z","dependencies_parsed_at":"2023-07-13T23:44:48.133Z","dependency_job_id":"cc0e26e7-a6f7-4235-a7a2-0e0ff9f34d8b","html_url":"https://github.com/rs/curlie","commit_stats":{"total_commits":73,"total_committers":28,"mean_commits":2.607142857142857,"dds":0.452054794520548,"last_synced_commit":"4419e73d0eeafb3352e2e4ff080147c6cf08b961"},"previous_names":["rs/curl-httpie"],"tags_count":35,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rs%2Fcurlie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rs%2Fcurlie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rs%2Fcurlie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rs%2Fcurlie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rs","download_url":"https://codeload.github.com/rs/curlie/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250493480,"owners_count":21439780,"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":["api-client","cli","curl","developer-tools","go","http-client","httpie","terminal","webdevelopment"],"created_at":"2024-07-31T19:00:54.121Z","updated_at":"2025-12-15T17:06:51.955Z","avatar_url":"https://github.com/rs.png","language":"Go","readme":"# Curlie\n\nIf you like the interface of [HTTPie](https://httpie.org) but miss the features of [curl](https://curl.haxx.se), curlie is what you are searching for. Curlie is a frontend to `curl` that adds the ease of use of `httpie`, without compromising on features and performance. All `curl` options are exposed with syntax sugar and output formatting inspired from `httpie`.\n\n## Install\n\nUsing [homebrew](https://brew.sh/):\n\n```sh\nbrew install curlie\n```\n\nUsing [webi](https://webinstall.dev/curlie/):\n\n```sh\n# macOS / Linux\ncurl -sS https://webinstall.dev/curlie | bash\n```\n\n```pwsh\n# Windows\ncurl.exe -A \"MS\" https://webinstall.dev/curlie | powershell\n```\n\nUsing [eget](https://github.com/zyedidia/eget):\n\n```sh\n# Ubuntu/Debian\neget rs/curlie -a deb --to=curlie.deb\nsudo dpkg -i curlie.deb\n```\n\nUsing [macports](https://www.macports.org):\n\n```sh\nsudo port install curlie\n```\n\nUsing [pkg](https://man.freebsd.org/pkg/8):\n\n```sh\npkg install curlie\n```\n\nUsing [go](https://golang.org/):\n\n```sh\ngo install github.com/rs/curlie@latest\n```\n\nUsing [scoop](https://scoop.sh/):\n\n```sh\nscoop install curlie\n```\n\nUsing [mise](https://github.com/jdx/mise):\n\n```sh\nmise use -g curlie@latest\n```\n\nOr download a [binary package](https://github.com/rs/curlie/releases/latest).\n\n## Usage\n\nSynopsis:\n\n```sh\ncurlie [CURL_OPTIONS...] [METHOD] URL [ITEM [ITEM]]\n```\n\nSimple GET:\n\n![Simple GET request example](doc/get.png)\n\nCustom method, headers and JSON data:\n\n![Custom PUT request with headers and JSON data example](doc/put.png)\n\nWhen running interactively, `curlie` provides pretty-printed output for json. To force pretty-printed output, pass `--pretty`.\n\n## Build\n\nBuild with [goreleaser](https://goreleaser.com) to test that all platforms compile properly.\n\n```sh\ngoreleaser build --clean --snapshot\n```\n\nOr for your current platform only.\n\n```sh\ngoreleaser build --clean --snapshot --single-target\n```\n\n## Differences with httpie\n\n* Like `curl` but unlike `httpie`, headers are written on `stderr` instead of `stdout`.\n* Output is not buffered, all the formatting is done on the fly so you can easily debug streamed data.\n* Use the `--curl` option to print executed curl command.\n\n## License\n\nAll source code is licensed under the [MIT License](https://raw.github.com/rs/curlie/master/LICENSE).\n","funding_links":[],"categories":["Development","Go","Repositories","cli","Tools","Projects","CLI Tools","\u003ca name=\"http\"\u003e\u003c/a\u003ehttp","CLI","go","\u003ca name=\"transfer\"\u003e\u003c/a\u003eData transfer","HTTP Clients \u0026 API Tools","Networking","Tool"],"sub_categories":["HTTP Client","Go","API Testing","32. [curlie](https://github.com/rs/curlie)","HTTP Tool"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frs%2Fcurlie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frs%2Fcurlie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frs%2Fcurlie/lists"}