summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2023-12-11Add ASCII character tableDavid Peter
2023-12-11Rename ascii-only to 'default', as it is not only ASCIIDavid Peter
2023-12-11Flush output on first print for `/dev/zero` fixSharif Haason
2023-12-11Fix NO_COLOR behaviorDavid Peter
2023-12-11Remove unused character_table fieldDavid Peter
2023-12-11Adjust color function to not take character_table as argSharif Haason
2023-12-11Adjust color function to not include character_tableSharif Haason
2023-12-10Correct docsSharif Haason
2023-12-10Remove block coloring option for refactorSharif Haason
2023-12-10Refactor color components into new moduleSharif Haason
2023-12-10Correct asterisk colorizationSharif Haason
2023-12-10Implement block character tableSharif Haason
2023-12-10Use U+FB00 LATIN SMALL LIGATURE FF (ff) for FFhSharif Haason
2023-12-10Clarify use of ␀Sharif Haason
2023-12-10Close quotation in help textsharif
2023-12-10Attribute original author of CP437Sharif Haason
2023-12-10Remove old `as_char` implementationSharif Haason
2023-12-10Rename `CharTable` to `CharacterTable`Sharif Haason
2023-12-10Make `CharTable` non-exhaustiveSharif Haason
2023-12-10Add default value for character tableSharif Haason
2023-12-10Use hyphens instead of underscoresSharif Haason
2023-12-10Implement character table control and codepage 437 optionSharif Haason
2023-08-21Move tests to a separate `#[cfg(test)]` modulePavel Grigorenko
2023-06-20Refactor to avoid code duplicationSharif Haason
2023-06-20Finish commentSharif Haason
2023-06-20Correctly handle discontinuous input i.e. stdinSharif Haason
2023-05-10Add --characters, change meaning of -CDavid Peter
2023-04-26Add Copy and Clone for EndiannessDavid Peter
2023-04-25Add -e alias for --endianness=littleDavid Peter
2023-04-25Minor doc comment adjustmentDavid Peter
2023-04-25Rename functionDavid Peter
2023-04-25Help text adjustments, do not require group-size to be presentDavid Peter
2023-04-24Change design for endianness command line optionRinHizakura
2023-04-24Change le to non-abbreviated name little endianRinHizakura
2023-04-24Fix comment error and grammarlyRinHizakura
2023-04-24Fix test for endiannessRinHizakura
2023-04-24Change endianness from boolean type to enumRinHizakura
2023-04-21Run cargo fmtDavid Peter
2023-04-21Support both little and big endian dumpRinHizakura
2022-12-07Update src/bin/hexyl.rssharif
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
2022-12-07One panel by default is terminal is not wide enoughDavid Peter
2022-12-07Do not fail if output is not a TTY for `--panels=auto`David Peter
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