mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-18 15:50:02 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
29
tldr/tmuxinator
Normal file
29
tldr/tmuxinator
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user