File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -49,13 +49,13 @@ Developmental releases:
49
49
- [ pip] ( https://pip.pypa.io/en/stable/ ) :
50
50
51
51
``` console
52
- $ pip install --user --upgrade --pre tmuxp
52
+ pip install --user --upgrade --pre tmuxp
53
53
```
54
54
55
55
- [ pipx] ( https://pypa.github.io/pipx/docs/ ) :
56
56
57
57
``` console
58
- $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
58
+ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
59
59
```
60
60
61
61
Then use ` tmuxp@next load [session] ` .
@@ -85,25 +85,25 @@ windows:
85
85
Save as _mysession.yaml_, and load:
86
86
87
87
` ` ` console
88
- $ tmuxp load ./mysession.yaml
88
+ tmuxp load ./mysession.yaml
89
89
```
90
90
91
91
Projects with _ .tmuxp.yaml_ or _ .tmuxp.json_ load via directory:
92
92
93
93
``` console
94
- $ tmuxp load path/to/my/project/
94
+ tmuxp load path/to/my/project/
95
95
```
96
96
97
97
Load multiple at once (in bg, offer to attach last):
98
98
99
99
``` console
100
- $ tmuxp load mysession ./another/project/
100
+ tmuxp load mysession ./another/project/
101
101
```
102
102
103
103
Name a session:
104
104
105
105
``` console
106
- $ tmuxp load -s session_name ./mysession.yaml
106
+ tmuxp load -s session_name ./mysession.yaml
107
107
```
108
108
109
109
[ simple] ( http://tmuxp.git-pull.com/examples.html#short-hand-inline ) and
You can’t perform that action at this time.
0 commit comments