Conversation
|
This, as of c9598fb doesn't touch any of the Server/Session/Window/Pane As a second part of this, I may add more things to split introspection of commands. For instance:
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #79 +/- ##
==========================================
- Coverage 88.13% 88.04% -0.09%
==========================================
Files 15 15
Lines 1500 1523 +23
==========================================
+ Hits 1322 1341 +19
- Misses 178 182 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
509689c to
7347d87
Compare
5facc9c to
96387d9
Compare
cad2ed1 to
1c8f8ef
Compare
tmux_cmd initialization composes the command the command will be available in the instance attribute .cmd .execute() instance method will run tmux_cmd see Server.cmd for example of new usage Related #77
bb68b70 to
d6ab13b
Compare
|
This is very similar to |
a0df628 to
d3613a0
Compare
f15027f to
8baa764
Compare
0188aed to
ea5b0c4
Compare
Edit 2022-08-14 by @tony : This is very similar to
SubprocessCommand(source)tmux_cmd initialization composes the command
the command will be available in the instance attribute
.cmd.execute()instance method will run tmux_cmdSee
Server.cmdfor example of new usageRelated #77