Replies: 1 comment 3 replies
|
Do you know any other tmux session managers or similar system util / dx applications that allow this kind of concatenation / execution (and do it securely?) Will fan out to get a lay of the land. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I've prepared a change to add support for environment variables values resolved using a shell command.
Within and environment block, the variable can be defined using a literal or with a
shell_commandkey which contains the command used to generate the value e.g.:This is useful when injecting API keys from a password manager:
I've already prepared a branch with a change: https://github.com/dagon666/tmuxp/tree/feat/env-cmd
All reactions