Changelog History
-
v0.4.2 Changes
August 31, 2017๐ป Crul is a curl replacement, that is, it's a command line HTTP client. It has fewer features and options, but it aims to be more user friendly. It's heavily inspired by httpie.
Features
Installation instructions
๐ Changes in this version
โ Added
๐ Fixed
- ๐ Bug on colorizing output (#22, thanks straight-shoota)
Other
- Crystal 0.23 compatibility (#21)
-
v0.4.1 Changes
November 17, 2016Crul v0.4.1
๐ป Crul is a curl replacement, that is, it's a command line HTTP client. It has fewer features and options, but it aims to be more user friendly. It's heavily inspired by httpie.
๐ Changes in this version
๐ Fixed
- ๐ Bug on formatting floats (#18)
๐ See here for installation instructions.
-
v0.4.0
December 30, 2015 -
v0.3.1 Changes
April 13, 2015๐ป 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.
-
v0.3.0 Changes
April 13, 2015๐ป 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.
-
v0.2.1 Changes
March 23, 2015๐ This release doesn't contain anything new; it's just part of the work towards a better and more automatic release process. It contains the usual Mac (Darwin) binary, and also a Linux binary that works in Ubuntu 12.04 and 14.04, and also Debian testing (if you can test it and comment whether it works in your Linux, that's really useful).
๐ As always, you can also download the source code, compile it with
make
, and install it withmake install
(prepend it withPREFIX=/whatever
to choose a destination different than/usr/local
), but you'll need a working installation of Crystal 0.6.1! -
v0.1.0
March 16, 2015