We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d12cfba commit 596b56eCopy full SHA for 596b56e
TODO
@@ -116,6 +116,12 @@ Milestone 0.3
116
117
``$ tmuxp path/to/dir`` should scan for loading .tmuxp.yaml and
118
.tmuxp.json files.
119
+- ``/path/to/project/.tmuxp/*.yaml`` for projects with multiple
120
+ workspaces.
121
+- Support for session, window, pane ``requires`` that supports path to
122
+ shell script returning an exit code and ``only_if``. Will verify before
123
+ creation of session, window, pane. Can be used for assuring a tmuxp
124
+ workspace sets up a development environment.
125
126
127
.. _pep257: http://www.python.org/dev/peps/pep-0257/
0 commit comments