diff --git a/pages/common/tmuxinator.md b/pages/common/tmuxinator.md new file mode 100644 index 000000000..65c6f9e3f --- /dev/null +++ b/pages/common/tmuxinator.md @@ -0,0 +1,24 @@ +# tmuxinator + +> Create and manage tmux sessions easily. +> More information: . + +- 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}}`