QAston / shimzon

A tool for creating shims for windows executables.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shimzon

A terminal utility that creates an executable shim, which wraps the shimmed application in a manner transparent for the runner.

Example use cases

  1. Selectively adding executables to %PATH% without having to add entire directories which might contain other executables or DLLs
  2. Making an alias of an executable which will run the executable with the specified configuration:
    • working directory
    • environment variable
    • arguments
  3. Making aliases/wrappers for shell scripts which can run in any windows shell (msys/cygwin bash, cmd, powershell)
  4. A workaround for Cygwin/Msys Bash-based shells which can't handle MSIX's reparse points

Related tools

  • portable_env - dynamically update your %PATH% variable in any windows shell (bash, cmd, powershell)

Alternatives

Todos

About

A tool for creating shims for windows executables.

License:MIT License


Languages

Language:C++ 50.9%Language:Rust 47.2%Language:CMake 1.8%