-
Notifications
You must be signed in to change notification settings - Fork 109
Feature: allow setting up custom environment when creating windows and/or panes #453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: allow setting up custom environment when creating windows and/or panes #453
Conversation
@zappolowski FYI on timeline, I may not be able to give this my undivided attention until the evening (weekends latest) |
e67fb47
to
3576909
Compare
2295b53
to
9ddfbb8
Compare
Codecov Report
@@ Coverage Diff @@
## master #453 +/- ##
==========================================
+ Coverage 87.46% 87.68% +0.22%
==========================================
Files 20 20
Lines 1803 1852 +49
Branches 280 298 +18
==========================================
+ Hits 1577 1624 +47
Misses 154 154
- Partials 72 74 +2
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
9ddfbb8
to
6c0457f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fine to squash the commits as you see fit
8e24396
to
9016222
Compare
@zappolowski Game plan I will merge #455 and make a patch release for we can then merge this (i will rebase) and do final check, if it looks good, will release 0.16.0 |
9016222
to
214c692
Compare
v0.15.10: GitHub Release, docs site, change file, PyPI |
This allows to set up a custom environment when creating a new window.
This allows to set up a custom environment when creating a new pane.
0f293af
to
4244049
Compare
@zappolowski I didn't get a notification of the push! Merging and publishing now |
Passthrough of environmental variables via -e in tmux 3.0 and above. See also: tmux-python/libtmux#453
The floor is yours to address tmux-python/tmuxp#832 (comment) |
This is required for implementing tmux-python/tmuxp#832.