Article Image
read

rare 0.2.0 launches today, which brings numerous features, significantly better documentation, and some performance improvements.

Key Changes

  • New documentation site at rare.zdyn.net hosted by netlify, and generated via mkdocs, using same markdown that's embedded in rare
  • Output match-data as json
  • Numerous new expressions, including color-coding and custom rendering
  • Arm64 support
  • Numerous bug-fixes and ease-of-use fixes

Changelog

448b0ec Add ability to do some simple coloring/drawing with expressions. Support escaping (#52)
2f5ebaa Add ignore-case modifier flag for ease of use
2397fa4 Allow outputing matched data as json (#51)
eaeb6bb Batcher cleanup (#54)
26c424a Break out bytesize to humanize, add some features, expand to expression lib
3654616 Create mkdocs site, and reorganize some of the doc files (#53)
da708e6 Display read bytes and read-rate (#55)
79b154e Doc fixes (#49)
0bd7f6d Doc tweaks
cbcd424 Faster string-select lookup and null-rune recognition
380764c Fix PCRE panic when filter has no expression
5c70a29 Fix bytesize test
ba59e52 Fix embedded docs on windows
97d690f If fail to read input as gzip, rewind to get entire file as plain text
0eb2b09 Not google analytics (On mkdocs site)
545f909 Performance bump (#56)
afe912c Readme tweaks
b2b463b Strconv is much faster than printer
bed0fb4 Update README.md (#47)
e5b48cb Use default pager when outputting docs
2000129 Useability 3 (#50)
8213b35 Build arm64 version
dc90df1 Filter delim (#42)
f9a464e Fix manpage path
a444c98 Implement exit codes to signal exit states (#43)
22b0a34 Introduce some better code for term size (#44)
ce59a7e Manpage generation and packaging (#45)
efaee25 Docs website
Blog Logo

Christopher LaPointe


Published

Interested in Related Posts from this Site?

Rare: 0.3.0

October 01, 2022: # Rare 0.3.0 Read 0.2.0 notes [here]({% post_url 2021-07-11-rare-0.2.0 %}) [rare](https://github.com/zix99/rare) launched version `0.3.0` this...

Rare: Introducing PCRE2 support

May 25, 2021: Following up from my original post introducing rare, I paused development for a bit as...

Git as a Database

June 12, 2020: One thing that I've seen come up from time to time in my career is...

Rare: Realtime parsing and aggregation

November 17, 2019: I don't know about you, but in my almost decade of software development a good...

Bash Argument Parsing

September 19, 2019: Bash Argument Parsing After working with great libraries like NodeJS's minimist, I sometimes find it...

Image

Chris LaPointe

Another site of Code

Back to Overview