patsh

Crates.iopatsh
lib.rspatsh
version0.2.1
sourcesrc
created_at2022-11-27 01:26:35.887178
updated_at2023-08-18 14:58:41.285543
descriptionA command-line tool for patching shell scripts
homepagehttps://github.com/nix-community/patsh
repositoryhttps://github.com/nix-community/patsh
max_upload_size
id723544
size60,987
(figsoda)

documentation

README

patsh

version deps license ci

A command-line tool for patching shell scripts inspired by resholve

nix run github:nix-community/patsh -- -f script.sh

Usage

Usage: patsh [OPTIONS] <INPUT> [OUTPUT]

Arguments:
  <INPUT>   the file to be patched
  [OUTPUT]  output path of the patched file, defaults to the input path, however, --force is required to patch in place

Options:
  -b, --bash <COMMAND>    bash command used to list the built-in commands [default: bash]
  -f, --force             remove existing output file if needed
  -p, --path <PATH>       use something other than the PATH variable for path resolution
  -s, --store-dir <PATH>  path to the nix store, e.g. `builtins.storeDir` [default: /nix/store]
  -h, --help              Print help information
  -V, --version           Print version information

TODO

  • ansi-c quoting
  • resolving variables
  • diagnostics for unresolved commands

Changelog

See CHANGELOG.md

Commit count: 195

cargo fmt