mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-14 18:57:20 -07:00
usr/share/man/man1/byobu.1, usr/share/man/man1/byobu-select-
session.1: escape hyphens
This commit is contained in:
parent
0f958d3a45
commit
397b34bad9
3 changed files with 5 additions and 3 deletions
|
@ -6,7 +6,7 @@ byobu\-select\-session \- select and connect to a byobu session
|
|||
\fBbyobu\-select\-session\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.
|
||||
|
||||
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:
|
||||
byobu -S .hidden
|
||||
byobu \-S .hidden
|
||||
|
||||
.SH "SEE ALSO"
|
||||
.PD 0
|
||||
|
|
|
@ -31,7 +31,7 @@ Note that DATA=\fI$HOME/.byobu\fP.
|
|||
\fBcustom\fP \- user defined custom scripts; must be executable programs of any kind in \fI$DATA/bin\fP; must be named N_NAME, where N is the frequency in seconds to refresh the status indicator, and NAME is the name of the script; N should not be less than 5 seconds; the script should echo a small amount of text to standard out, standard error is discarded; the indicator will be displayed in the lower panel, in inverted colors to your current background/foreground scheme, unless you manually specify the colors in your script's output; BEWARE, cpu-intensive custom scripts may impact your overall system performance and could upset your system administrator!
|
||||
Example: \fI$DATA/bin/1000_uname\fP
|
||||
#!/bin/sh
|
||||
printf "\\005{= bw}%s\\005{\-}" "$(uname -r)"
|
||||
printf "\\005{= bw}%s\\005{\-}" "$(uname \-r)"
|
||||
|
||||
\fBdate\fP \- the system date in YYYY-MM-DD formate; displayed in the lower on the far right in the default text color on the default background
|
||||
|
||||
|
@ -95,7 +95,7 @@ Note that DATA=\fI$HOME/.byobu\fP.
|
|||
|
||||
Byobu name screen sessions "byobu", if unspecified. To hide sessions from \fBbyobu-select-session\fP(1), prepend a "." to the beginning of the session name, like:
|
||||
|
||||
byobu -S .hidden
|
||||
byobu \-S .hidden
|
||||
|
||||
.SH WINDOWS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue