byobu/usr/share/man/man1/byobu-ulevel.1
Dustin Kirkland c90692130b * configure.ac, debian/control, NEWS, README, usr/lib/byobu/rcs_cost,
usr/share/appdata/byobu.appdata.xml, usr/share/man/man1/byobu.1,
  usr/share/man/man1/byobu-config.1, usr/share/man/man1/byobu-ctrl-
  a.1, usr/share/man/man1/byobu-enable.1, usr/share/man/man1/byobu-
  janitor.1, usr/share/man/man1/byobu-keybindings.1,
  usr/share/man/man1/byobu-launcher.1, usr/share/man/man1/byobu-
  launcher-install.1, usr/share/man/man1/byobu-launcher-uninstall.1,
  usr/share/man/man1/byobu-layout.1, usr/share/man/man1/byobu-
  prompt.1, usr/share/man/man1/byobu-quiet.1, usr/share/man/man1/byobu-
  reconnect-sockets.1, usr/share/man/man1/byobu-screen.1,
  usr/share/man/man1/byobu-select-backend.1, usr/share/man/man1/byobu-
  select-profile.1, usr/share/man/man1/byobu-select-session.1,
  usr/share/man/man1/byobu-shell.1, usr/share/man/man1/byobu-silent.1,
  usr/share/man/man1/byobu-status.1, usr/share/man/man1/byobu-status-
  detail.1, usr/share/man/man1/byobu-tmux.1, usr/share/man/man1/byobu-
  ugraph.1, usr/share/man/man1/byobu-ulevel.1:
  - replace http://byobu.co links to newly registered http://byobu.org
2016-01-14 14:21:37 +02:00

83 lines
3.4 KiB
Groff

.TH byobu-ulevel 1 "16 Dec 2013" byobu "byobu"
.SH NAME
\fBbyobu\-ulevel \fP \- helper script for notification level indicators
.SH DESCRIPTION
\fBbyobu\-ulevel\fP is a helper script that can be used to create history graphs with UTF8 characters
.SH USAGE
\fBbyobu\-ulevel \fP [options] -c <current_num>
\fBbyobu\-ulevel \fP [options] <current_num>
\fBbyobu\-ulevel \fP <current_num>
.SH OPTIONS
-a : Accessibility mode: only output ASCII. (Also enabled if variable '$a11y_variable' set).
-b : Display current value as space if zero, rather than lowest 'value' of theme.
-c <num> : Current value of your indicator.
-d : Enable debug output.
-e <int> : Number of decimal places to use for accessibility mode (default=$default_decimal_places).
-h : Show this help.
-i : Invert colour scheme (rating themes only).
-l : List available themes. If '-t' also specified, show all values for specified theme.
-m <num> : Minimum value (default=$min_default).
-n : Supress output of newline character.
-p : Permissive mode - if current value out of bounds, set it to the nearest bound (min or max).
-q : Suppress messages (requires '-t').
-r : Reverse 'direction' of display (rating theme only).
-t <theme> : Name of theme (default=$theme_default).
-u <chars> : Specify a user theme (2 or more values).
-w <int> : Width of rating theme (default=$width_default).
-x <num> : Maximum value (default=$max_default).
.SH EXAMPLES
Display character representing 27% using default theme.
byobu-ulevel 27
As above.
byobu-ulevel -c 27
Example showing floating-point and negative values.
byobu-ulevel -c 1.100001 -m -5.00234 -x 2.71828 -t dice_6
Use accessibility mode to display a percentage value (rounded to nearest percentage)
byobu-ulevel -m -22.613 -x 5.00212 -c 0.10203 -a -e 0
Display value using a "rating theme" (displayed left-to-right).
byobu-ulevel -c 83 -t stars_2
Display right-to-left inverted "rating theme".
byobu-ulevel -c 60 -t diamonds_2 -ri
Display all glyphs in 'solid_numbers_a_10' theme.
byobu-ulevel -l -t solid_numbers_a_10
Display a user-specified rating theme 10 glyphs wide.
byobu-ulevel -c 666.321 -m -273.15 -x 1370 -u "· ☢" -w 10
A multi-element user theme (this prints 'e').
byobu-ulevel -c 50 -u "a b c d e f g h i j"
.SH NOTES
Arguments of type "<int>" denote an integer value, whereas arguments of type "<num>" denotes either an integer or a floating-point number.
The final '_<number>' in a theme name denotes the number of glyphs in it.
"Rating themes" are those with only 2 values.
The <chars> argument to '-u' must contain space-delimited characters.
.SH SEE ALSO
\fBbyobu\fP(1)
.TP
\fIhttp://byobu.org\fP
.PD
.SH AUTHOR
This utility was written by James Hunt <james.hunt@canonical.com>, and this manpage was written by Dustin Kirkland <kirkland@byobu.org> 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.