mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
25 lines
401 B
Markdown
25 lines
401 B
Markdown
![]() |
# tmuxinator
|
||
|
|
||
|
> Create and manage tmux sessions easily.
|
||
|
> More information: <https://github.com/tmuxinator/tmuxinator>.
|
||
|
|
||
|
- Create a new project:
|
||
|
|
||
|
`tmuxinator new {{project}}`
|
||
|
|
||
|
- Edit a project:
|
||
|
|
||
|
`tmuxinator edit {{project}}`
|
||
|
|
||
|
- List projects:
|
||
|
|
||
|
`tmuxinator list`
|
||
|
|
||
|
- Start a tmux session based on project:
|
||
|
|
||
|
`tmuxinator start {{project}}`
|
||
|
|
||
|
- Stop a project's tmux session:
|
||
|
|
||
|
`tmuxinator stop {{project}}`
|