Skip to content

Releases: birchb1024/frangipanni

Improved branch sorting

10 Apr 07:08
Compare
Choose a tag to compare

Features added

  • -sort supports ordering by the number of times the branch was matched (counts)
  • when sorting the input line number is used as a tie-breaker
  • -down reverses the order of the branches on output
  • -version prints the code version
  • In Lua scripts the command-line arguments are now available in the variable frangipanni_args
  • -order is now deprecated and the -sort option synonym is added

Fix for issue #14 root node count

09 Apr 00:00
Compare
Choose a tag to compare
v0.4.2

Fix root node count

Make binaries easier to find and install.

05 Apr 03:29
Compare
Choose a tag to compare
v0.4.1

Make binaries easier to find and install.

Added -skip option

29 Mar 14:38
Compare
Choose a tag to compare

New option to skip leading fields (-skip)

Add Lua backend for scriptable output formats.

10 Jun 12:59
Compare
Choose a tag to compare
v0.3.0

Add spacer option, folding for JSON.

Add spacer option, folding for JSON by default.

30 May 11:13
Compare
Choose a tag to compare

Add spacer option, folding for JSON by default.

First useful version

17 May 05:14
Compare
Choose a tag to compare

It works, but there is internal beautification to be done.