1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
.TH TMUXINATOR "1" "September 2018" "tmuxinator 0.12" "User Commands"
.SH NAME
tmuxinator \- manage complex tmux sessions easily
.SH USAGE
tmuxinator \fI[COMMANDS]\fR \fI[OPTION]\fR
.PP
.SH COMMANDS
.TP
\fBcommands\fR
Lists commands available in tmuxinator
.TP
\fBcompletions\fR \fI[arg1 arg2]\fR
Used for shell completion
.TP
\fBcopy\fR \fI[EXISTING]\fR \fI[NEW]\fR
Copy an existing project to a new project and open it in your editor
.TP
\fBdebug\fR \fI[PROJECT]\fR \fI[ARGS]\fR
Output the shell commands that are generated by tmuxinator
.TP
\fBdelete\fR \fI[PROJECT1]\fR \fI[PROJECT2]\fR ...
Deletes given project
.TP
\fBdoctor\fR
Look for problems in your configuration
.TP
\fBhelp\fR \fI[COMMAND]\fR
Describe available commands or one specific command
.TP
\fBimplode\fR
Deletes all tmuxinator projects
.TP
\fBlist\fR
Lists all tmuxinator projects
.TP
\fBlocal\fR
Start a tmux session using ./.tmuxinator.yml
.TP
\fBnew\fR \fI[PROJECT]\fR \fI[SESSION]\fR
Create a new project file and open it in your editor
.TP
\fBstart\fR \fI[PROJECT]\fR \fI[ARGS]\fR
Start a tmux session using a project's name (with an optional \fI[ALIAS]\fR for project reuse) or a path to a project config file (via the -p flag)
.TP
\fBstop\fR \fI[PROJECT]\fR
Stop a tmux session using a project's tmuxinator config
.TP
\fBversion\fR
Display installed tmuxinator version
.SH AUTHOR
.PP
Copyright (c) 2010\-2014 Allen Bargi, Christopher Chow.
See /usr/share/doc/tmuxinator/copyright for further details.
.SH NOTE
.PP
This manual page was written by Youhei SASAKI <uwabami@gfd\-dennou.org>,
for the Debian project (but may ber used others).
|