mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-14 18:57:20 -07:00
usr/share/man/man1/byobu-ctrl-a.1, usr/share/man/man1/byobu-quiet.1,
usr/share/man/man1/Makefile.am: document the new tools
This commit is contained in:
parent
8eaa514094
commit
2813e92351
4 changed files with 42 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -50,6 +50,8 @@ byobu (3.35c) unreleased; urgency=low
|
|||
* usr/bin/byobu-quiet, usr/bin/byobu-status, usr/bin/Makefile.am,
|
||||
usr/share/byobu/profiles/common: LP: #780380
|
||||
- add a byobu-quiet utility, to silence eyecandy
|
||||
* usr/share/man/man1/byobu-ctrl-a.1, usr/share/man/man1/byobu-quiet.1,
|
||||
usr/share/man/man1/Makefile.am: document the new tools
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 03 May 2011 12:11:10 -0500
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
man_MANS = byobu.1 byobu-config.1 byobu-disable.1 byobu-enable.1 byobu-export.1 byobu-janitor.1 byobu-launch.1 byobu-launcher.1 byobu-launcher-install.1 byobu-launcher-uninstall.1 byobu-reconnect-sockets.1 byobu-select-profile.1 byobu-select-session.1 byobu-status.1 byobu-status-detail.1 shell.1
|
||||
man_MANS = byobu.1 byobu-config.1 byobu-ctrl-a.1 byobu-disable.1 byobu-enable.1 byobu-export.1 byobu-janitor.1 byobu-launch.1 byobu-launcher.1 byobu-launcher-install.1 byobu-launcher-uninstall.1 byobu-reconnect-sockets.1 byobu-select-profile.1 byobu-select-session.1 byobu-status.1 byobu-status-detail.1 shell.1
|
||||
|
|
19
usr/share/man/man1/byobu-ctrl-a.1
Normal file
19
usr/share/man/man1/byobu-ctrl-a.1
Normal file
|
@ -0,0 +1,19 @@
|
|||
.TH byobu-ctrl-a 1 "10 May 2011" byobu "byobu"
|
||||
.SH NAME
|
||||
byobu\-ctrl\-a \- Configure Byobu's ctrl-a behavior
|
||||
|
||||
.SH DESCRIPTION
|
||||
\fBbyobu\-ctrl\-a\fP is an interactive program that allows a user to configure the behavior of the 'ctrl-a' key sequence.
|
||||
|
||||
Traditional GNU \fBscreen\fP(1) uses ctrl-a as its escape character, while GNU \fBemacs\fP(1) uses ctrl-a to move the cursor to the beginning of the line. This conflict has caused unending amounts of grief among Screen, Byobu, and Emacs-mode users.
|
||||
|
||||
Thus, this program exists to allow each user to choose the behavior of ctrl-a in their local environment.
|
||||
|
||||
.TP
|
||||
\fIhttp://launchpad.net/byobu\fP
|
||||
.PD
|
||||
|
||||
.SH AUTHOR
|
||||
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 and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
|
||||
|
||||
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.
|
20
usr/share/man/man1/byobu-quiet.1
Normal file
20
usr/share/man/man1/byobu-quiet.1
Normal file
|
@ -0,0 +1,20 @@
|
|||
.TH byobu-quiet 1 "10 May 2011" byobu "byobu"
|
||||
.SH NAME
|
||||
byobu\-quiet \- Silence all of Byobu's status indicators and eliminate the hardstatus line
|
||||
|
||||
.SH USAGE
|
||||
byobu\-quiet [--undo]
|
||||
|
||||
.SH DESCRIPTION
|
||||
\fBbyobu\-quiet\fP will disable ALL of Byobu's status indicators and eliminate the hardstatus line.
|
||||
|
||||
Some administrators, in some environments, at some times may prefer a very minimal, quiet Byobu, without the potentially distracting status indicators and eye candy. However, the window menu is preserved, as well as all of Byobu's keybindings and helper utilities.
|
||||
|
||||
.TP
|
||||
\fIhttp://launchpad.net/byobu\fP
|
||||
.PD
|
||||
|
||||
.SH AUTHOR
|
||||
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 and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
|
||||
|
||||
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.
|
Loading…
Add table
Add a link
Reference in a new issue