- Build and distribute binary for loongarch64. Thanks @shenmo7192.
- Add
-cwd
flag to change the working directory of the spawned process. Thanks @someone13574.
- Update golang.org/x/sys dependency to v0.15.0. Thanks @klugier.
- Refactor build scripts to target single architecture
- Forward signals to the host process (#18)
- Do not allocate a pty for
podman
(#21). Thanks @lbssousa.
- Do not propagate environment variables that are not set (#17)
- Do not allocate a pty if the command is known to misbehave when attached to one. Thanks @89luca89
-env
command line argument to specify which environment variables to pass to the host process. If unspecified, defaults to "TERM". Thanks @travier
- Don't fail if stdin is redirected (#11)
- Spawn a shell on the host if no command is passed.
- Shim host binaries when symlinked. See example at https://github.com/1player/host-spawn#creating-shims-for-host-binaries
- Added
--no-pty
flag to work around misbehaving processes that terminate too early. See #7. Thanks @89luca89
- Terminal no longer gets scrambled on error. Thanks @89luca89
Compiled, statically linked version