在tmuxinator配置文件中,您可以指定应在单个
shell中运行多个命令,例如:
windows: - logs: - cd ~/project/log - tail -f db.log
你能用pre_window做同样的事吗?以下事情没有奏效:
1.
pre_window: - cmd1 - cmd2
2.
pre_window: [ cmd1,cmd ]
3.
pre_window: - a: cmd1 - b: cmd2
我可能会遗漏一些相当简单的东西;我不太了解YAML或者很了解tmuxinator的实现.
我已经知道(现在正在使用)
pre_window: cmd1 && cmd2
我想要的是tmuxinator分别发送每一行.
目前,tmuxinator存储库中有这些功能的
pull request.
您可以在本地(可能使用 git-extras)和 build the gem获取拉取请求,而不会合并它.
原文链接:https://www.f2er.com/windows/364893.html您可以在本地(可能使用 git-extras)和 build the gem获取拉取请求,而不会合并它.
他们合并了PR和这个功能is in the new release.