.TH SCREEN-IR 1 "2011-09-04" "EN" "Axel Beckert" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" screen-ir \-\- Interactively Reattach to GNU Screen sessions .SH "SYNOPSIS" \&\fBscreen-ir\fR [\fIadditional screen options\fR ...] .SH "DESCRIPTION" screen-ir uses iSelect(1) to interactively reattach to running screen sessions. .PP Use the screen option \fB-d\fR or \fB-D\fR if you want to reattach to attached screen sessions. .PP Use the screen option \fB-x\fR if you want to attach to screen sessions without detaching them. .SH "FILES" \fBscreen-ir\fR sources \fB~/.screen-irrc\fR if it exists. It recognizes two variables: .PP The contents of \fISCREEN_OPTIONS\fR is given to screen(1) as command-line options. Default is \fB-r\fR. Use e.g. \fB-rd\fR if you always want to reattach to already attached screen sessions. .PP The contents of \fIISELECT_OPTIONS\fR is given to iselect(1) as command-line options. Default is empty. Use e.g. \fB-f\fR if you always want to see the interactive selection, even if there's only one screen session running, i.e. you have no choice. .SH "AUTHOR" Axel Beckert .SH "SEE ALSO" screen(1), iselect(1)