crul v0.3.0 Release Notes

Release Date: 2015-04-13 // about 9 years ago
  • 💻 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.