File tree Expand file tree Collapse file tree 2 files changed +18
-13
lines changed Expand file tree Collapse file tree 2 files changed +18
-13
lines changed Original file line number Diff line number Diff line change @@ -126,3 +126,5 @@ Exceptions
126
126
.. autoexception :: tmuxp.exc.EmptyConfigException
127
127
128
128
.. autoexception :: tmuxp.exc.ConfigError
129
+
130
+
Original file line number Diff line number Diff line change @@ -198,12 +198,14 @@ def trickle(config):
198
198
199
199
200
200
def import_tmuxinator (sconf ):
201
- '''
201
+ '''Import yaml configs from `tmuxinator`_.
202
+
203
+ .. _tmuxinator: https://github.com/aziz/tmuxinator
204
+
205
+ :todo: handle 'root' with a cd shell_command_before
206
+
202
207
:param sconf: python dict for session configuration
203
208
:type sconf: dict
204
-
205
- # https://github.com/aziz/tmuxinator
206
- # TODO: handle 'root' with a cd shell_command_before
207
209
'''
208
210
209
211
tmuxp_config = {}
@@ -285,17 +287,18 @@ def import_tmuxinator(sconf):
285
287
286
288
287
289
def import_teamocil (sconf ):
288
- '''
289
- :param sconf: python dict for session configuration
290
- :type sconf: dict
290
+ '''Import yaml configs from `teamocil`_.
291
+
292
+ .. _teamocil: https://github.com/remiprev/teamocil
291
293
292
- # https://github.com/remiprev/teamocil
294
+ :todo: change 'root' to a cd or start_directory
295
+ :todo: width in pane -> main-pain-width
296
+ :todo: with_env_var
297
+ :todo: clear
298
+ :todo: cmd_separator
293
299
294
- # todo, change 'root' to a cd or start_directory
295
- # todo: width in pane -> main-pain-width
296
- # todo: with_env_var
297
- # todo: clear
298
- # todo: cmd_separator
300
+ :param sconf: python dict for session configuration
301
+ :type sconf: dict
299
302
'''
300
303
301
304
tmuxp_config = {}
You can’t perform that action at this time.
0 commit comments