patsh icon indicating copy to clipboard operation
patsh copied to clipboard

A command-line tool for patching shell scripts inspired by resholve [maintainer=@figsoda]

Results 10 patsh issues
Sort by recently updated
recently updated
newest added

Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 25 to 27. Release notes Sourced from cachix/install-nix-action's releases. v27 What's Changed Enable always-allow-substitutes by default by @​sandydoo in cachix/install-nix-action#207 nix: 2.20.5 -> 2.22.1 by @​kashw2 in...

dependencies
github_actions

Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 9 to 11. Release notes Sourced from DeterminateSystems/nix-installer-action's releases. v11 What's Changed Rebase on top of detsys-ts for abstracting over install.determinate.systems by @​grahamc in DeterminateSystems/nix-installer-action#74 Update detsys-ts...

dependencies
github_actions

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.80 to 1.0.83. Release notes Sourced from anyhow's releases. 1.0.83 Integrate compile-time checking of cfgs (#363) 1.0.82 Documentation improvements 1.0.81 Make backtrace support available when using -Dwarnings...

dependencies
rust

Bumps [tree-sitter](https://github.com/tree-sitter/tree-sitter) from 0.20.10 to 0.22.6. Release notes Sourced from tree-sitter's releases. v0.22.6 [0.22.6] — 2024-05-05 Features Improve handling of serialization buffer overflows (tree-sitter/tree-sitter#3318) Reverse iteration through node parents (tree-sitter/tree-sitter#3214)...

dependencies
rust

Bumps [clap](https://github.com/clap-rs/clap) from 4.4.17 to 4.5.4. Release notes Sourced from clap's releases. v4.5.4 [4.5.4] - 2024-03-25 Fixes (derive) Allow non-literal #[arg(id)] attributes again v4.5.3 [4.5.3] - 2024-03-15 Internal (derive) Update...

dependencies
rust

Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2. Release notes Sourced from softprops/action-gh-release's releases. v2.0.0 update actions.yml declaration to node20 to address warnings Changelog Sourced from softprops/action-gh-release's changelog. 0.1.12 fix bug leading...

dependencies
github_actions

Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.10.0 to 3.10.1. Changelog Sourced from tempfile's changelog. 3.10.1 Handle potential integer overflows in 32-bit systems when seeking/truncating "spooled" temporary files past 4GiB (2³²). Handle a theoretical...

dependencies
rust

Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 2.0.13 to 2.0.14. Changelog Sourced from assert_cmd's changelog. [2.0.14] - 2024-02-19 Compatibility MSRV is now 1.73.0 Features Run using the cargo target runner Commits 9ebfc0b chore: Release...

dependencies
rust

When cross-compiling `pkgs.sx` to `aarch64`, it tries to execute `x86` coreutils.

I'm trying to `patsh` scripts for my statusbar, and one of them has `pactl` from Pulseaudio. The difference is that in `pulseaudio` this executable is a symlink: ```console /nix/store/j77hg2kxd5na26wark4l537a1zh6kdcx-pulseaudio-17.0 ├──...