crul v0.3.1 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.