19 Commits

Author SHA256 Message Date
16b27843cb Accepting request 1333171 from editors
OBS-URL: https://build.opensuse.org/request/show/1333171
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hexyl?expand=0&rev=9
2026-02-16 12:10:55 +00:00
146bae6242 OBS-URL: https://build.opensuse.org/package/show/editors/hexyl?expand=0&rev=18 2026-02-15 09:37:44 +00:00
59553033a4 - Update to version 0.17.0
* 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
2026-02-15 09:16:45 +00:00
e51c8e0c05 Accepting request 1240388 from editors
OBS-URL: https://build.opensuse.org/request/show/1240388
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hexyl?expand=0&rev=8
2025-01-27 19:54:36 +00:00
bef23e24db Accepting request 1240374 from home:amanzini:branches:editors
- Update to version 0.16.0
  * new --print-color-table option
  * bugfix: Throw an error when try to view a directory
- addded %check section

OBS-URL: https://build.opensuse.org/request/show/1240374
OBS-URL: https://build.opensuse.org/package/show/editors/hexyl?expand=0&rev=15
2025-01-26 19:16:10 +00:00
c6784be4b2 Accepting request 1219340 from editors
OBS-URL: https://build.opensuse.org/request/show/1219340
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hexyl?expand=0&rev=7
2024-10-30 16:38:12 +00:00
b58dcd3a1b Accepting request 1219320 from home:mnhauke
- Update to version 0.15.0
  Features
  * Add codepage 1047 for EBCDIC.
  Other
  * Rewrite CLI using the derive API.

OBS-URL: https://build.opensuse.org/request/show/1219320
OBS-URL: https://build.opensuse.org/package/show/editors/hexyl?expand=0&rev=13
2024-10-30 08:13:30 +00:00
362183ea12 Accepting request 1132803 from editors
OBS-URL: https://build.opensuse.org/request/show/1132803
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hexyl?expand=0&rev=6
2023-12-13 17:35:48 +00:00
a749102711 Accepting request 1132763 from home:mnhauke
- Update to version 0.14.0
  Features
  * New --character-table option, with the ability to use
    codepage 437.
  * New --character-table=ascii option for a ASCII-only character
    table.
  Bugfixes
  * Show output when doing hexyl /dev/zero.
  * Respect NO_COLOR environment variable.

OBS-URL: https://build.opensuse.org/request/show/1132763
OBS-URL: https://build.opensuse.org/package/show/editors/hexyl?expand=0&rev=11
2023-12-13 07:55:05 +00:00
594fced457 Accepting request 1118874 from editors
OBS-URL: https://build.opensuse.org/request/show/1118874
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hexyl?expand=0&rev=5
2023-10-19 20:49:49 +00:00
fbc2a30100 Accepting request 1118863 from home:amanzini:branches:editors
- Update to version 0.13.1
  * BugFix: Correctly handle discontinuous input (stdin), see #196 and #197

OBS-URL: https://build.opensuse.org/request/show/1118863
OBS-URL: https://build.opensuse.org/package/show/editors/hexyl?expand=0&rev=9
2023-10-19 09:35:30 +00:00
985dbc5d8b Accepting request 1090248 from editors
OBS-URL: https://build.opensuse.org/request/show/1090248
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hexyl?expand=0&rev=4
2023-06-01 15:20:59 +00:00
9e2224994d Accepting request 1089461 from home:amanzini:branches:editors
- 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
2023-06-01 10:29:11 +00:00
e358bdc74b Accepting request 1042551 from editors
OBS-URL: https://build.opensuse.org/request/show/1042551
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hexyl?expand=0&rev=3
2022-12-13 17:56:09 +00:00
ede3bbb2fd Accepting request 1042019 from home:mnhauke
- 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
2022-12-13 07:31:53 +00:00
b791fdb8ce Accepting request 1040410 from editors
OBS-URL: https://build.opensuse.org/request/show/1040410
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hexyl?expand=0&rev=2
2022-12-06 13:23:20 +00:00
2d5294450f Accepting request 1040406 from home:mnhauke
- 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
2022-12-05 19:04:24 +00:00
70ec111112 Accepting request 1038602 from editors
I want to maintain hexyl in Factory

OBS-URL: https://build.opensuse.org/request/show/1038602
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hexyl?expand=0&rev=1
2022-11-29 09:53:00 +00:00
36448a2472 Accepting request 1038539 from home:mnhauke
Initial package for hexyl

OBS-URL: https://build.opensuse.org/request/show/1038539
OBS-URL: https://build.opensuse.org/package/show/editors/hexyl?expand=0&rev=1
2022-11-28 08:14:12 +00:00