~ubuntu-branches/debian/wheezy/byobu/wheezy

« back to all changes in this revision

Viewing changes to usr/share/man/man1/byobu-select-session.1

  • Committer: Package Import Robot
  • Author(s): Alexander Chernyakhovsky
  • Date: 2011-10-02 19:04:37 UTC
  • mfrom: (0.5.2 upstream) (0.1.145 oneiric)
  • Revision ID: package-import@ubuntu.com-20111002190437-apn9z04063rh052s
Tags: 4.37-1
* Syncing from Ubuntu.
* Switch to dh short syntax
* Change maintainer (adopting this package)
* Added a substvar ${perl:Depends} dependency into debian/control
* Bump standards version to 3.9.2, no changes 

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
byobu\-select\-session \- select and connect to a byobu session
4
4
 
5
5
.SH DESCRIPTION
6
 
\fBbyobu\-select\-profile\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.
 
6
\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.
 
7
 
 
8
If an invalid selection is chosen 3 times in a row, the user is connected to the youngest session.
 
9
 
 
10
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 $BYOBU_CONFIG_DIR/.always-select.
 
11
 
 
12
Note that BYOBU_CONFIG_DIR=$HOME/.byobu.
 
13
 
 
14
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:
 
15
  byobu \-S .hidden
 
16
 
 
17
.SH "FILES"
 
18
\fI$BYOBU_CONFIG_DIR/.always-select\fP
7
19
 
8
20
.SH "SEE ALSO"
9
21
.PD 0
15
27
.PD
16
28
 
17
29
.SH AUTHOR
18
 
This manpage and the utility were written by Dustin Kirkland <kirkland@canonical.com> for Ubuntu systems (but may be used by others).  Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
 
30
This manpage and the utility were written by Dustin Kirkland <kirkland@ubuntu.com> for Ubuntu systems (but may be used by others).  Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
19
31
 
20
 
On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
 
32
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.