mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-20 21:43:19 -07:00
* usr/share/man/man1/byobu.1, usr/share/man/man1/byobu-select-
backend.1: - document backend selection
This commit is contained in:
parent
ae1309be1a
commit
ea1f5792ee
3 changed files with 16 additions and 4 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -8,6 +8,9 @@ byobu (4.45) unreleased; urgency=low
|
|||
usr/share/man/man1/byobu-select-backend.1,
|
||||
usr/share/man/man1/Makefile.am:
|
||||
- add a utility to select default byobu backend (screen or tmux)
|
||||
* usr/share/man/man1/byobu.1, usr/share/man/man1/byobu-select-
|
||||
backend.1:
|
||||
- document backend selection
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 26 Oct 2011 10:05:01 -0500
|
||||
|
||||
|
|
|
@ -3,17 +3,22 @@
|
|||
byobu\-select\-backend \- select your default Byobu backend window manager
|
||||
|
||||
.SH SYNOPSIS
|
||||
byobu\-select\-backend [screen|tmux]
|
||||
\fBbyobu\-select\-backend\fP [screen|tmux]
|
||||
|
||||
.SH DESCRIPTION
|
||||
\fBbyobu\-select\-backend\fP is an application that lists the available Byobu backends and allows you to select your default.
|
||||
|
||||
You can select one of either \fBscreen\fP(1) or \fBtmux\fP(1) on the command line, or giving no command line parameters, the utility will run interactively.
|
||||
|
||||
This utility will only affect which backend is used by default when simply running, \fBbyobu\fP(1). Note that at any time, you can force the backend of a particular session by running the helpers, \fBbyobu-screen\fP(1) or \fBbyobu-tmux\fP(1).
|
||||
|
||||
.SH FILES
|
||||
\fI~/.byobu/backend\fP
|
||||
|
||||
.SH "SEE ALSO"
|
||||
.PD 0
|
||||
.TP
|
||||
\fBbyobu\fP(1), \fBscreen\fP(1), \fBtmux\fP(1)
|
||||
\fBbyobu\fP(1), \fBbyobu-screen\fP(1), \fBbyobu-tmux\fP(1), \fBscreen\fP(1), \fBtmux\fP(1)
|
||||
|
||||
.TP
|
||||
\fIhttp://launchpad.net/byobu\fP
|
||||
|
|
|
@ -5,7 +5,11 @@ byobu \- wrapper script for seeding a user's byobu configuration and launching s
|
|||
.SH SYNOPSIS
|
||||
\fBbyobu\fP [screen options]
|
||||
|
||||
Options to \fBbyobu\fP are simply passed through \fBscreen\fP(1).
|
||||
\fBbyobu\-screen\fP [screen options]
|
||||
|
||||
\fBbyobu\-tmux\fP [tmux options]
|
||||
|
||||
Options to \fBbyobu\fP are simply passed through \fBscreen\fP(1) or \fBtmux\fP(1).
|
||||
|
||||
.SH DESCRIPTION
|
||||
\fBbyobu\fP is a script that launches GNU screen in the byobu configuration. This enables the display of system information and status notifications within two lines at the bottom of the screen session. It also enables multiple tabbed terminal sessions, accessible through simple keystrokes.
|
||||
|
@ -197,7 +201,7 @@ Byobu requires a suitable \fBulimit\fP(3) values to run. If you get an error at
|
|||
.SH SEE ALSO
|
||||
.PD 0
|
||||
.TP
|
||||
\fBscreen\fP(1), \fBbyobu-config\fP(1), \fBbyobu-export\fP(1), \fBbyobu-status\fP(1), \fBbyobu-status-detail\fB(1), \fBbyobu-enable\fB(1), \fBbyobu-launch\fB(1)
|
||||
\fBscreen\fP(1), \fBbyobu-config\fP(1), \fBbyobu-export\fP(1), \fBbyobu-status\fP(1), \fBbyobu-status-detail\fB(1), \fBbyobu-enable\fB(1), \fBbyobu-launch\fB(1), \fBtmux\fP(1)
|
||||
.TP
|
||||
\fIhttp://launchpad.net/byobu\fP
|
||||
.PD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue