Fishline v3.0.0-beta.2
Pre-release
Pre-release
This is the second beta release for the complete refactoring of Fishline's code base.
Some new changes have been made since the first beta release. The major change being the new logic in __fishline_segment
allowing the invertion of a segment separator & the addition of pre
and post
argument to it.
3 new segments are also availlable:
fish
: which prints a beautiful fishseparator
: which create an empty black segment ignoringFLSYM_{LEFT|RIGHT}_{PRE|POST}
invert
: which trigger the new invert mechanism manually alowing the creation of a diamond shape segment. (i.e.< segment >
instead of> segment >
)
Some small fixes for fish v2.3.0
have also been added to this release as well as a fix for procps-ng
management of signal name in kill
(see #21).
A complete CHANGELOG for the future fishline v3.0.0
is availlable as part of PR #20 (which is still not complete).
Changes from the latest beta can be viewed here.