Add start_directory to support to new sessions and panes#19
Add start_directory to support to new sessions and panes#19tony merged 1 commit intotmux-python:masterfrom
Conversation
This allows specifying start_directory for creation of both session and panes. Clarifies some docstrings as well.
Current coverage is 78.25% (diff: 66.66%)@@ master #19 diff @@
==========================================
Files 8 8
Lines 812 814 +2
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
+ Hits 636 637 +1
- Misses 176 177 +1
Partials 0 0
|
|
Looks good to me, 👍 |
|
@gandelman-a do you need this published ASAP? I can tag a new version w/ this PR |
|
Hi Tony, no.. thats fine. Just setting up some scripts for my dev. env. and running from master so its fine. Thanks! |
|
Understood. This got released in 0.6.1 too |
|
thanks for the contribution again @gandelman-a ! nicely done! |
|
tmux version 1.8 doesn't support the https://travis-ci.org/tony/tmuxp/jobs/190761397#L917 A possible workaround is to instead use |
This allows specifying start_directory for creation of both
session and panes.
Clarifies some docstrings as well.