mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-14 18:57:20 -07:00
* usr/bin/byobu-select-session:
- add an option to select-session for running a shell without byobu * usr/bin/byobu-select-session, usr/share/man/man1/byobu-select- session.1: - updated to document the .always-select configuration
This commit is contained in:
parent
42f21f0e34
commit
330435d96a
3 changed files with 33 additions and 8 deletions
|
@ -3,11 +3,20 @@
|
|||
byobu\-select\-session \- select and connect to a byobu session
|
||||
|
||||
.SH DESCRIPTION
|
||||
\fBbyobu\-select\-session\fP is an application that lists the available screen sessions running on the system, and prompts the user to select one. If an invalid selection is chosen 3 times in a row, the user is connected to the youngest session. If only one session exists, the user is connected to that session. If no sessions exist, a new session is created.
|
||||
\fBbyobu\-select\-session\fP is an application that lists the available screen sessions running on the system, and prompts the user to select one. The user also has the option to create a new Byobu session, or launch the default shell without Byobu.
|
||||
|
||||
If an invalid selection is chosen 3 times in a row, the user is connected to the youngest session.
|
||||
|
||||
By default, if only one session exists, the user is connected to that session, and if no sessions exist, a new session is created -- such that there is no interactive prompt in the normal behavior. However, some users may choose to always be prompted, by touching the file $DATA/.always-select.
|
||||
|
||||
Note that DATA=$HOME/.byobu.
|
||||
|
||||
Named sessions that begin with a "." are "hidden" from \fBbyobu\-select\-session\fP(1). This is useful, for instance, if you do not want a session to be automatically selected at login. Example:
|
||||
byobu \-S .hidden
|
||||
|
||||
.SH "FILES"
|
||||
\fI$DATA/.always-select\fP
|
||||
|
||||
.SH "SEE ALSO"
|
||||
.PD 0
|
||||
.TP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue