HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

tmuxinator — Create and manage tmux sessions easily. More information: <https://manned.org/tmuxinator>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
createcommandandtmuxinatorclimanagesessionstmux

Problem

How to use the tmuxinator command: Create and manage tmux sessions easily. More information: <https://manned.org/tmuxinator>.

Solution

tmuxinator — Create and manage tmux sessions easily. More information: <https://manned.org/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}}

Code Snippets

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}}

Context

tldr-pages: common/tmuxinator

Revisions (0)

No revisions yet.