Skip to main content

Module env_diff

Module env_diff 

Source
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).