Releases: porras/crul
v0.4.2
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
v0.3.1
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
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.
Crul v0.2.1
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 with make install
(prepend it with PREFIX=/whatever
to choose a destination different than /usr/local
), but you'll need a working installation of Crystal 0.6.1!
Crul v0.2.0
New features
-a
/--auth
for basic authentication (thanks @asterite)
Crul v0.1.0
This release adds support for XML pretty printing, and fixes some bugs. To install it on a mac, download it and unzip it somewhere in your $PATH
). If you want to use it in linux, you still need to compile from sources 😢
New features
- Colors in headers
- Automatic formatter selection
- XML formatter
Bugfixes
- Display error on unknown host
- Display error on connection refused
- Fix JSON headers parsing
- Fallback to plain printer on JSON/XML parse error
Also, this is the first release that was semiautomatically generated using github-release (although it is still a mac only release, linux binaries will be hopefully included in future releases).
First public (pre)release
Initial prerelease
v0.0.1a Initial commit