Skip to content
View CurlerRoo's full-sized avatar
Block or Report

Block or report CurlerRoo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
CurlerRoo/readme.md

CurlerRoo: The Ultimate cURL Text Editor for Developers

128

Welcome to CurlerRoo, an open-source cURL text editor designed for developers who love using cURL and prefer working with text rather than complicated GUIs.

Why?

  • Focus on what matters: CurlerRoo allows you to quickly create, edit, save, and send cURL commands. Just cURL, no need to deal with complicated GUIs.
  • Ease of use: Just copy and paste your cURL command into CurlerRoo text editor and hit send. It's that simple. You don't need to learn a new tool or spend time configuring it.
  • Your data is yours: CurlerRoo is a desktop application that runs on your machine. Your data is stored locally and never leaves your machine. You can use your favorite tools that you trust for backup and version control.
  • Open-source and free to use: CurlerRoo is built by developers for developers.

Contribute

If you like CurlerRoo, please star the repository. Also, consider referring CurlerRoo to your friends and colleagues. I work on CurlerRoo in my free time, for free and all I need is people like you to use it and spread the word.

Features

  • Create, edit, save and send cURL commands.
  • Auto-complete cURL syntax.
  • Execute scripts before and after the cURL command.
  • Create variables and use them in your cURL command.
  • Automatically extract variables from the response.
  • Execute multiple chained requests.
  • Store requests as plain text files, enabling easy use of your favorite tools for backup and version control.

Demo

https://app.curlerroo.com

Website

https://curlerroo.com

Download

https://github.com/CurlerRoo/CurlerRoo/releases

Note: Windows support is currently not available. But will be added in the future.

Build from source

  1. Clone the repository
  2. Run ./download-curl.sh
  3. Run npm install
  4. Run npm package

Pinned

  1. CurlerRoo CurlerRoo Public

    Welcome to CurlerRoo, an open-source cURL text editor designed for developers who love using cURL and prefer working with text rather than complicated GUIs.

    TypeScript 31