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 1182d61 commit a1227deCopy full SHA for a1227de
CHANGES
@@ -7,7 +7,7 @@ Here you can find the recent changes to tmuxp
7
current
8
-------
9
- *Insert changes/features/fixes for next release here*
10
-- :issue:`636` New command: ``tmuxp shell``
+- :issue:`636` New command: ``tmuxp shell`` and :issue:`638` ``tmuxp shell_plus``
11
12
Automatically preloads session, window, and pane via `libtmux`_
13
api objects and makes them available in a python console.
@@ -41,6 +41,8 @@ current
41
$ tmuxp shell my_server my_window -c 'print(window.name.upper())'
42
MY_WINDOW
43
44
+ ``tmuxp shell_plus`` has autocompletion
45
+
46
tmuxp 1.5.8 (2020-10-31)
47
------------------------
48
- :issue:`639` Passes start_directory through to new tmux session
0 commit comments