Skip to content

Releases: porras/crul

v0.4.2

31 Aug 20:37
Compare
Choose a tag to compare

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

Other

  • Crystal 0.23 compatibility (#21)

v0.4.1

17 Nov 20:22
Compare
Choose a tag to compare

Crul 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.3.1

13 Apr 21:47
Compare
Choose a tag to compare

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

13 Apr 19:27
Compare
Choose a tag to compare

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

23 Mar 22:20
Compare
Choose a tag to compare

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

19 Mar 21:06
Compare
Choose a tag to compare

New features

  • -a/--authfor basic authentication (thanks @asterite)

Crul v0.1.0

16 Mar 21:01
Compare
Choose a tag to compare

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

11 Mar 08:11
Compare
Choose a tag to compare
Pre-release

This is a first public release. See README for installation and usage instructions. Please report any issue you find 😄

Initial prerelease

09 Mar 21:44
Compare
Choose a tag to compare
Initial prerelease Pre-release
Pre-release
v0.0.1a

Initial commit