tmux_show_environment
Show a tmux session's environment variables or the global one. Get a specific variable and detect variables marked for removal.
Instructions
Show a session's environment (or the global one with global_=True).
With name, returns just that variable. Variables tmux has marked for
removal (shown by tmux as -NAME) are reported as removed=True with a
null value.
Returns {"environment": {name: value_or_None}, "removed": [names...]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| global_ | No | ||
| session | No | ||
| target | No |