Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ravedude] add output modes, newline after n bytes or after char #549

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on May 19, 2024

  1. ravedude: add output_mode

    sometimes printing ascii isn’t useful, and the raw hex, binary or
    decimal data should be printed.
    tippfehlr committed May 19, 2024
    Configuration menu
    Copy the full SHA
    b82a0d7 View commit details
    Browse the repository at this point in the history
  2. ravedude: add newline_after and newline_on

    newline_after adds a newline after the n’th byte
    newline_on adds a newline after the given byte
    tippfehlr committed May 19, 2024
    Configuration menu
    Copy the full SHA
    da3eeb9 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. ravedude: add verbatim_doc_comment to --newline-{on,after}

    The help comments are written as “individual” statements,
    not continuous text, therefore putting each statement on
    their own line is more appropriate.
    tippfehlr committed May 27, 2024
    Configuration menu
    Copy the full SHA
    dbf93cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94fc5d7 View commit details
    Browse the repository at this point in the history