Skip to content

Releases: dullgiulio/ringio

v0.2.1-beta

28 Feb 12:04
Compare
Choose a tag to compare
v0.2.1-beta Pre-release
Pre-release

About this software

Ringio is line-based ringbuffer. It is similar, but more powerful, than a named pipe. In practice, it is used to create programmable interactive data pipes between line based commands (for example logging or monitoring tools, build processes, etc.)

About this release

First beta release. Please submit feedback, feature requests and bug reports on Github, see below.

This second release improves stability and add some features, including:

  • showing metadata from each output line
  • automatic exiting when tailing output from a ended source
  • environment is maintained when launching client suprocesses
  • correct handing of CLI options

Downloads

Linux version for i386/amd64 (statically linked, not stripped) is attached.

  • SHA-256:
d6eb2182513d6e72159d473bbcd12be7176b5002f9b59f4db65a5330a44ff136  ringio-v0.2.1-beta-amd64.gz
37db61879d3852bd6c50d19726d560c84c8d801fad437f5603c09bc61acebf23  ringio-v0.2.1-beta-i386.gz
  • MD5:
0c166c0dd50d239990b62d020ca0fde8  ringio-v0.2.1-beta-amd64.gz
1c31f811e379c9aec158ed068bdc391e  ringio-v0.2.1-beta-i386.gz

Installation

Download and uncompress:

$ gunzip ringio-v0.2.1-beta-amd64.gz -c > ringio
$ ./ringio

Issues

Please report any issue here on Github

v0.1-alpha

19 Dec 09:46
Compare
Choose a tag to compare
v0.1-alpha Pre-release
Pre-release

About this release

Initial alpha release for early feedback. See issues below.

Downloads

Linux version for x64 (statically linked) is attached.

  • SHA-1:
7120cabbbe29713452152890684f6c0a50c9c037  ringio-v0.1-alpha-x64-static.gz
2cbd5c8a7839fbae7edcd786d4d5f89c6206c6ee  ringio-v0.1-alpha-i386-static.gz
  • MD5:
b7d77124fc74bc21efbcab8fd5895e9d  ringio-v0.1-alpha-x64-static.gz
dbca7e0173bcabd53dbd0f51a2c988f4  ringio-v0.1-alpha-i386-static.gz

Installation

Download and uncompress:

$ gunzip ringio-v0.1-alpha-x64-static.gz -c > ringio
$ ./ringio

Issues

Please report any issue here on Github