Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

v0.3.1

Choose a tag to compare

@porras porras released this 13 Apr 21:47
· 86 commits to master since this release

Crul is a curl replacement, that is, it's a command line HTTP client. It has less features and options, but it aims to be more user friendly. It's heavily inspired by httpie.

Features

  • Fast
  • No dependencies, easy to install
  • Basic HTTP features (method, request body, headers)
  • Syntax highlighting of the output (JSON and XML)
  • Basic authentication
  • Cookie store*

*new in this release

Installation

Download the specific file for your OS (darwin = mac), unzip and run. Linux version is reported to work in Ubuntu 12.04 and 14.04, and Debian testing. Mac version is also available via Homebrew.

Of course you can also download the source code and compile it yourself, but you'll need the crystal compiler for that.

Please report any issue you find.