Skip to content

v1.2.0 - friendlier CLI + pack recursion/depth

Latest

Choose a tag to compare

@pacnpal pacnpal released this 21 May 01:42

A small CLI-quality release on top of v1.1.0.

Added

  • pack directory-recursion controls. Directory inputs are still walked
    recursively by default; now you can bound the walk:

    • --max-depth <N> caps it find(1) style (1 = a directory's immediate
      files only, 2 = one subdirectory level, and so on; must be >= 1).
    • --no-recurse is shorthand for --max-depth 1; it conflicts with
      --max-depth.

    Files named directly as inputs are always packed regardless of depth.

Changed

  • Friendlier CLI. Running doskrunch with no subcommand now prints the
    full help (a top-level description, the command list, and worked examples
    including the recommended aPLib + 8086 default) and exits 0, instead of
    the terse missing-subcommand error. --version is enabled.

Install

cargo install --git https://github.com/pacnpal/doskrunch --locked

Or grab a prebuilt binary from the assets below (Linux x86_64 / aarch64, macOS
x86_64 / aarch64, Windows x86_64).