* Enable custom colors with environment variables.
* Add new braille character table and color schemes.
* Add shell completion.
* Add option to output result in C include file style.
* Fix some clippy warnings.
* Fix issue #238.
* Check if terminal_width is less than offset and return 1 (#244)
* Add colors to --help.
* feat: handle standard input "-".
- Package bash-completion.
- Package manpage.
OBS-URL: https://build.opensuse.org/package/show/editors/hexyl?expand=0&rev=17
- Update to version 0.13.0
* Support both little and big Endian dumps using --endianness={little,big}
* Breaking: Changed the meaning of the short flag -C to be consistent with hexdump -C.
Previously, this would hide the character panel, but now -C shows the character panel,
in case it has been previously (e.g. in an alias) disabled with --no-characters
OBS-URL: https://build.opensuse.org/request/show/1089461
OBS-URL: https://build.opensuse.org/package/show/editors/hexyl?expand=0&rev=7
- Updat eto version 0.12.0
Features
* Only show one panel by default if the terminal width is not
wide enough for two panels.
* Respect the NO_COLOR environment variable.
Bugfixes
* Do not fail with an error if --panels=auto is used and the
output is piped.
Changes
* Breaking: For xxd-compatibility reasons, --group_bytes has
been renamed to --group-size (with an --groupsize alias).
OBS-URL: https://build.opensuse.org/request/show/1042019
OBS-URL: https://build.opensuse.org/package/show/editors/hexyl?expand=0&rev=5
- Update to version 0.11.0
* Significantly improved performance.
* Added variable panels through the --panels and --terminal-width
flags.
* Added new --group-bytes/-g option.
* Added new --base B option (where B can be binary, octal,
decimal or hexadecimal).
* Show actual zero bytes as ⋄ in the character panel
(previously: 0), in order not to confuse them with ASCII.
* 0 bytes if colors are deactivated.
OBS-URL: https://build.opensuse.org/request/show/1040406
OBS-URL: https://build.opensuse.org/package/show/editors/hexyl?expand=0&rev=3