You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will try it out. I tested it a while ago with bash alias ... with that kind of stuff .. but using a yaml file looks great, because we can push them into a Git repo.
Here is my rough idea.
New feature called alias feature.
Any feedbacks is welcome.
For now,
xpanes
has following problems.-t
individualy.xpanes
with built-inalias
is lazy.alias prod-servers="xpanes -c 'ssh {}' \"-i key1 user1@server1\" \"-i key2 user2@server2\" "
Alias feature would solve above problems.
Creating file. It would be TSV, YAML or JSON.
${HOME}/.config/tmux-xpanes/aliases/prod-servers.yaml
Execute with
--alias
,-A
+Alias name
Result
The text was updated successfully, but these errors were encountered: