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