mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
tmuxinator: add page (#4505)
This commit is contained in:
parent
34bd24fc7b
commit
9162d70ea7
1 changed files with 24 additions and 0 deletions
24
pages/common/tmuxinator.md
Normal file
24
pages/common/tmuxinator.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# 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}}`
|
Loading…
Add table
Reference in a new issue