mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-14 10:46:58 -07:00
* usr/bin/byobu-silent, usr/bin/Makefile.am: add a total silence
mode for Byobu * usr/share/man/man1/byobu-quiet.1, usr/share/man/man1/byobu-silent.1: - add a manpage for byobu-silent.1, and update byobu-silent.1
This commit is contained in:
parent
1040e337e4
commit
8a07e88810
5 changed files with 66 additions and 2 deletions
|
@ -8,7 +8,10 @@ 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.
|
||||
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. To elminate the window list, use \fBbyobu-silent\fP(1).
|
||||
|
||||
.SH SEE ALSO
|
||||
\fBbyobu-silent\fP(1)
|
||||
|
||||
.TP
|
||||
\fIhttp://launchpad.net/byobu\fP
|
||||
|
|
25
usr/share/man/man1/byobu-silent.1
Normal file
25
usr/share/man/man1/byobu-silent.1
Normal file
|
@ -0,0 +1,25 @@
|
|||
.TH byobu-silent 1 "21 May 2011" byobu "byobu"
|
||||
.SH NAME
|
||||
byobu\-silent\- Silence all of Byobu's status indicators, eliminate the hardstatus line, and the window list
|
||||
|
||||
.SH USAGE
|
||||
byobu\-silent [--undo]
|
||||
|
||||
.SH DESCRIPTION
|
||||
\fBbyobu\-silent\fP will disable ALL of Byobu's status indicators, eliminate the hardstatus line, and the window list.
|
||||
|
||||
Some administrators, in some environments, at some times may prefer a very minimal, quiet Byobu, without the potentially distracting status indicators and eye candy.
|
||||
|
||||
\fBbyobu-silent\fP implies \fBbyobu-quiet\fP.
|
||||
|
||||
.SH SEE ALSO
|
||||
\fBbyobu-quiet\fP(1)
|
||||
|
||||
.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