Expand description
Environment snapshot diffing for bash-to-fish variable sync.
Captures environment state before and after a bash command, then generates
fish shell commands (set -gx, set -e, cd) to apply the differences.
Structs§
- EnvSnapshot
- A snapshot of the shell environment at a point in time.
Functions§
- parse_
null_ separated_ env - Parse null-separated environment output (from
env -0).