summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-04-21CI updateci-syncDavid Peter
2023-02-26Merge pull request #188 from sharkdp/ci-updateDavid Peter
CI: macos 12
2023-02-26CI: macos 12David Peter
2022-12-07Bump versionv0.12.0David Peter
2022-12-07Merge pull request #183 from sharifhsn/owoDavid Peter
Use `owo-colors` instead of `anstyle`
2022-12-07Update src/bin/hexyl.rssharif
Co-authored-by: David Peter <sharkdp@users.noreply.github.com>
2022-12-07Merge branch 'master' into owosharif
2022-12-07Revert default color option to alwaysSharif Haason
2022-12-07Change `group_bytes` to satisfy merge conflictSharif Haason
2022-12-07Renme --group-bytes to --group-sizeDavid Peter
For `xxd`-compatibility reasons see #121
2022-12-07One panel by default is terminal is not wide enoughDavid Peter
closes #182
2022-12-07Do not fail if output is not a TTY for `--panels=auto`David Peter
closes #184
2022-12-06Satisfy `clippy`Sharif Haason
2022-12-06Replace `anstyle` with `owo-colors`Sharif Haason
2022-12-06Remove now unnecessary `byte_char_panel_g`Sharif Haason
2022-12-06Replace `is-terminal` with `supports-color` and make `auto` default for colorSharif Haason
2022-12-05Update CHANGELOGDavid Peter
2022-12-05Revert "Replace `libc` with `rustix`"v0.11.0David Peter
This reverts commit 571312dd6ea6a12ab0e4263d593ba8b9ccf21ef2.
2022-12-05Update version in README, man pageDavid Peter
2022-12-05Show 0x00-bytes as '⋄' instead of '0', closes #166David Peter
2022-12-05Bump versionDavid Peter
2022-12-05Update dependenciesDavid Peter
2022-12-05Ignore EPIPE silentlyDavid Peter
fixes a regression introduced in a6aeabfde4217f4ad98c05d18c5004059b0c767d closes #181
2022-12-05Update CHANGELOGDavid Peter
2022-12-05Merge pull request #180 from sharifhsn/altdepsDavid Peter
Replace outdated dependencies
2022-12-05Merge pull request #178 from sharifhsn/baseDavid Peter
[feature] Implement alternate bases
2022-12-04Replace `libc` with `rustix`Sharif Haason
2022-12-04Relax `anstyle` versionSharif Haason
2022-12-04Replace `atty` with `is-terminal`Sharif Haason
2022-12-04Improve help text for `--base`Sharif Haason
2022-11-27Remove debug statementSharif Haason
2022-11-27`cargo fmt`Sharif Haason
2022-11-27Add tests for alternate baseSharif Haason
2022-11-27`cargo fmt`Sharif Haason
2022-11-27Account for new panel argumentsSharif Haason
2022-11-27Parse `-b` argumentSharif Haason
2022-11-27Adjust panel calculation to account for base and groupSharif Haason
2022-11-27Move `group_bytes` so it can be used for panelsSharif Haason
2022-11-27Add `--base`/`-b` argumentSharif Haason
2022-11-27Adjust spaces on empty linesSharif Haason
2022-11-27Print header only if non-emptySharif Haason
2022-11-27Adjust testsSharif Haason
2022-11-27Differentiate format on baseSharif Haason
2022-11-27Add `Base` to `Printer`Sharif Haason
2022-11-27Merge pull request #176 from sharifhsn/anstyleDavid Peter
Change `ansi_term` to `anstyle`
2022-11-27Merge branch 'master' into anstyleSharif Haason
2022-11-27`cargo update`Sharif Haason
2022-11-26added squeeze testsMikhail Katychev
2022-11-26Add CHANGELOG entryDavid Peter
2022-11-26Improve error messagesDavid Peter