mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-20 21:43:19 -07:00
renaming project 'byobu'
Massive change, touches every file. Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
a47990987f
commit
a4b424cda0
43 changed files with 263 additions and 246 deletions
2
README
2
README
|
@ -1,2 +1,2 @@
|
||||||
For more information about this package, please see:
|
For more information about this package, please see:
|
||||||
* https://launchpad.net/screen-profiles
|
* https://launchpad.net/byobu
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
FORCE=0
|
FORCE=0
|
||||||
DETAIL=0
|
DETAIL=0
|
||||||
PKG="screen-profiles"
|
PKG="byobu"
|
||||||
|
|
||||||
# Default is "off"
|
# Default is "off"
|
||||||
p="ec2-cost"
|
p="ec2-cost"
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
PKG="screen-profiles"
|
PKG="byobu"
|
||||||
|
|
||||||
if [ "$1" = "--detail" ]; then
|
if [ "$1" = "--detail" ]; then
|
||||||
hostname -f
|
hostname -f
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
PKG="screen-profiles"
|
PKG="byobu"
|
||||||
|
|
||||||
if [ "$1" = "--detail" ]; then
|
if [ "$1" = "--detail" ]; then
|
||||||
hostname -i
|
hostname -i
|
||||||
|
|
2
bin/logo
2
bin/logo
|
@ -17,7 +17,7 @@
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
PKG="screen-profiles"
|
PKG="byobu"
|
||||||
|
|
||||||
if [ "$1" = "--detail" ]; then
|
if [ "$1" = "--detail" ]; then
|
||||||
MARKUP="false"
|
MARKUP="false"
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
PKG="screen-profiles"
|
PKG="byobu"
|
||||||
|
|
||||||
if [ "$1" = "--detail" ]; then
|
if [ "$1" = "--detail" ]; then
|
||||||
free
|
free
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
PKG="screen-profiles"
|
PKG="byobu"
|
||||||
|
|
||||||
cache="$HOME/.$PKG/network-down"
|
cache="$HOME/.$PKG/network-down"
|
||||||
interface=`/sbin/route -n | tail -n 1 | sed "s/^.* //"`
|
interface=`/sbin/route -n | tail -n 1 | sed "s/^.* //"`
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
PKG="screen-profiles"
|
PKG="byobu"
|
||||||
|
|
||||||
cache="$HOME/.$PKG/network-up"
|
cache="$HOME/.$PKG/network-up"
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@ if [ "$1" = "--detail" ]; then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
PKG="screen-profiles"
|
PKG="byobu"
|
||||||
|
|
||||||
# expire the cache in X seconds; 1 hour by default
|
# expire the cache in X seconds; 1 hour by default
|
||||||
EXPIRATION=3600
|
EXPIRATION=3600
|
||||||
|
|
|
@ -17,7 +17,11 @@
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
PKG="screen-profiles"
|
OLDPKG="screen-profiles"
|
||||||
|
PKG="byobu"
|
||||||
|
|
||||||
|
# Upgrad old config dir to the new name
|
||||||
|
[ -d "$HOME/.$OLDKPG" -a ! -e "$HOME/.$PKG" ] && mv -f "$HOME/.$OLDPKG" "$HOME/.$PKG"
|
||||||
|
|
||||||
# Create the .$PKG directory, if it doesn't already exist
|
# Create the .$PKG directory, if it doesn't already exist
|
||||||
[ -d "$HOME/.$PKG" ] || mkdir -p "$HOME/.$PKG"
|
[ -d "$HOME/.$PKG" ] || mkdir -p "$HOME/.$PKG"
|
|
@ -1,6 +1,6 @@
|
||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
#
|
#
|
||||||
# screen-profiles
|
# byobu-config
|
||||||
# Copyright (C) 2008 Canonical Ltd.
|
# Copyright (C) 2008 Canonical Ltd.
|
||||||
#
|
#
|
||||||
# Authors: Nick Barcet <nick.barcet@ubuntu.com>
|
# Authors: Nick Barcet <nick.barcet@ubuntu.com>
|
||||||
|
@ -27,7 +27,7 @@ from ConfigParser import SafeConfigParser
|
||||||
from snack import *
|
from snack import *
|
||||||
|
|
||||||
HOME=os.getenv("HOME")
|
HOME=os.getenv("HOME")
|
||||||
PKG="screen-profiles"
|
PKG="byobu"
|
||||||
SHARE='/usr/share/'+PKG
|
SHARE='/usr/share/'+PKG
|
||||||
DOC='/usr/share/doc/'+PKG
|
DOC='/usr/share/doc/'+PKG
|
||||||
DEF_ESC="A"
|
DEF_ESC="A"
|
|
@ -1,15 +1,15 @@
|
||||||
.TH screen\-profiles 1 "16 Jan 2009" screen-profiles "screen-profiles"
|
.TH byobu-config 1 "16 Jan 2009" byobu "byobu"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
screen\-profiles \- Configuration utility for screen\-profiles
|
byobu-config \- Configuration utility for byobu
|
||||||
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
\fBscreen\-profiles\fP is an application that can configure a number of options available in the screen\-profiles utility.
|
\fBbyobu\-config\fP is an application that can configure a number of options available in the byobu utility.
|
||||||
|
|
||||||
The menu provided by the \fBscreen\-profiles\fP should be self-explanatory.
|
The menu provided by the \fBbyobu\fP should be self-explanatory.
|
||||||
|
|
||||||
.SH STATUS NOTIFICATIONS
|
.SH STATUS NOTIFICATIONS
|
||||||
|
|
||||||
\fBscreen\-profiles\fP supports a number of unique and interesting status notifications across the lowest two lines in the screen. Each status notification item is independently configurable, enabled and disabled by the configuration utilty. The guide below helps identify each status item (in alphabetical order):
|
\fBbyobu\fP supports a number of unique and interesting status notifications across the lowest two lines in the screen. Each status notification item is independently configurable, enabled and disabled by the configuration utilty. The guide below helps identify each status item (in alphabetical order):
|
||||||
|
|
||||||
\fBarch\fP \- system architecture; displayed on the lower bar toward the left, in the default text color on the default background color
|
\fBarch\fP \- system architecture; displayed on the lower bar toward the left, in the default text color on the default background color
|
||||||
|
|
||||||
|
@ -29,13 +29,13 @@ The menu provided by the \fBscreen\-profiles\fP should be self-explanatory.
|
||||||
|
|
||||||
\fBload-average\fP \- the system load average over the last 1 minute; displayed in the lower bar toward the right in black text on a yellow background
|
\fBload-average\fP \- the system load average over the last 1 minute; displayed in the lower bar toward the right in black text on a yellow background
|
||||||
|
|
||||||
\fBlogo\fP \- an approximation of the current operating system's logo; displayed in the lower bar on the far left; you may customize this logo by setting a chosen logo in \fI$HOME/.screen-profiles/logo\fP, or you may manually choose your operating system by setting this in \fI$HOME/.screen-profiles/distro\fP
|
\fBlogo\fP \- an approximation of the current operating system's logo; displayed in the lower bar on the far left; you may customize this logo by setting a chosen logo in \fI$HOME/.byobu/logo\fP, or you may manually choose your operating system by setting this in \fI$HOME/.byobu/distro\fP
|
||||||
|
|
||||||
\fBmem-available\fP \- total memory available in the system; displayed in the lower bar toward the right in white text on a green background
|
\fBmem-available\fP \- total memory available in the system; displayed in the lower bar toward the right in white text on a green background
|
||||||
|
|
||||||
\fBmem-used\fP \- total memory used in the system as a percentage of the total memory available; displayed in the lower bar toward the right in white text on a green background with a trailing '%' sign
|
\fBmem-used\fP \- total memory used in the system as a percentage of the total memory available; displayed in the lower bar toward the right in white text on a green background with a trailing '%' sign
|
||||||
|
|
||||||
\fBmenu\fP \- a simple indicator directing new users to use the F9 keybinding to access the screen\-profiles menu
|
\fBmenu\fP \- a simple indicator directing new users to use the F9 keybinding to access the byobu menu
|
||||||
|
|
||||||
\fBnetwork-down\fP \- instaneous download bandwidth in kB/s over the last 2 seconds; displayed in the lower bar toward the right in white text on a purple background with a leading 'v' sign indicating 'down'
|
\fBnetwork-down\fP \- instaneous download bandwidth in kB/s over the last 2 seconds; displayed in the lower bar toward the right in white text on a purple background with a leading 'v' sign indicating 'down'
|
||||||
|
|
||||||
|
@ -72,7 +72,7 @@ PuTTY users have reported that the F2, F3, and F4 shortcut keys are not working
|
||||||
\fBscreen\fP(1)
|
\fBscreen\fP(1)
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fIhttp://launchpad.net/screen-profiles\fP
|
\fIhttp://launchpad.net/byobu\fP
|
||||||
.PD
|
.PD
|
||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
|
@ -17,7 +17,7 @@
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
PKG="screen-profiles"
|
PKG="byobu"
|
||||||
SHARE="/usr/share/$PKG"
|
SHARE="/usr/share/$PKG"
|
||||||
DIR=`mktemp -t -d $PKG.XXXXXXXX` || error "Could not create a temporary directory"
|
DIR=`mktemp -t -d $PKG.XXXXXXXX` || error "Could not create a temporary directory"
|
||||||
# Grab list of available colors
|
# Grab list of available colors
|
|
@ -1,9 +1,9 @@
|
||||||
.TH screen\-launcher 1 "28 Mar 2009" screen-profiles-export "screen-profiles"
|
.TH screen\-launcher 1 "28 Mar 2009" byobu "byobu"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
screen\-profiles\-export \- create a screen-profiles archive for export
|
byobu\-export \- create a byobu archive for export
|
||||||
|
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.BI "screen\-profiles\-export [\-c COLOR] \-f TARGET.tar.gz"
|
.BI "byobu\-export [\-c COLOR] \-f TARGET.tar.gz"
|
||||||
|
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.TP
|
.TP
|
||||||
|
@ -14,15 +14,15 @@ Optional parameter specifying the desired color scheme. If omitted, the program
|
||||||
If TARGET.tar.gz is unspecified, a randomly generated filename will be used.
|
If TARGET.tar.gz is unspecified, a randomly generated filename will be used.
|
||||||
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
\fBscreen\-profiles\-export\fP is a program that creates a monolithic .screenrc profile, and copies the status notification scripts into an archive file. This archive can then be extracted on a target system where \fBscreen\-profiles\fP is not installed (perhaps because the program is not packaged for that distribution, or perhaps because the administrator has not installed the package).
|
\fBbyobu\-export\fP is a program that creates a monolithic .screenrc profile, and copies the status notification scripts into an archive file. This archive can then be extracted on a target system where \fBbyobu\fP is not installed (perhaps because the program is not packaged for that distribution, or perhaps because the administrator has not installed the package).
|
||||||
|
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.PD 0
|
.PD 0
|
||||||
.TP
|
.TP
|
||||||
\fBscreen\fP(1), \fBscreen\-profiles\fP(1)
|
\fBscreen\fP(1), \fBbyobu\fP(1)
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fIhttp://launchpad.net/screen-profiles\fP
|
\fIhttp://launchpad.net/byobu\fP
|
||||||
.PD
|
.PD
|
||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
#
|
#
|
||||||
# screen-profiles-status
|
# byobu-status
|
||||||
# Copyright (C) 2008 Canonical Ltd.
|
# Copyright (C) 2008 Canonical Ltd.
|
||||||
#
|
#
|
||||||
# Authors: Dustin Kirkland <kirkland@canonical.com>
|
# Authors: Dustin Kirkland <kirkland@canonical.com>
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
# but not at screen startup.
|
# but not at screen startup.
|
||||||
###########################################################
|
###########################################################
|
||||||
|
|
||||||
PKG="screen-profiles"
|
PKG="byobu"
|
||||||
|
|
||||||
if [ -d "$HOME/.$PKG/bin" ]; then
|
if [ -d "$HOME/.$PKG/bin" ]; then
|
||||||
DIR="$HOME/.$PKG/bin"
|
DIR="$HOME/.$PKG/bin"
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# screen-profiles-status-detail
|
# byobu-status-detail
|
||||||
# Copyright (C) 2008 Canonical Ltd.
|
# Copyright (C) 2008 Canonical Ltd.
|
||||||
#
|
#
|
||||||
# Authors: Dustin Kirkland <kirkland@canonical.com>
|
# Authors: Dustin Kirkland <kirkland@canonical.com>
|
||||||
|
@ -18,4 +18,4 @@
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
|
||||||
screen-profiles-status --detail | less -R -p "#.*:$"
|
byobu-status --detail | less -R -p "#.*:$"
|
|
@ -1,12 +1,12 @@
|
||||||
.TH screen-profiles-status-detail 1 "27 Apr 2009" screen-profiles "screen-profiles"
|
.TH byobu-status-detail 1 "27 Apr 2009" byobu "byobu"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
screen\-profiles\-status\-detail \- Wrapper that uses a sensible pager
|
byobu\-status\-detail \- Wrapper that uses a sensible pager
|
||||||
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
\fBscreen\-profiles\-status\-detail\fP is a simple script that uses a sensible pager for displaying the detailed status of all screen\-profiles status scripts.
|
\fBbyobu\-status\-detail\fP is a simple script that uses a sensible pager for displaying the detailed status of all byobu status scripts.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fIhttp://launchpad.net/screen-profiles\fP
|
\fIhttp://launchpad.net/byobu\fP
|
||||||
.PD
|
.PD
|
||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
15
byobu-status.1
Normal file
15
byobu-status.1
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
.TH byobu-status 1 "21 Apr 2009" byobu "byobu"
|
||||||
|
.SH NAME
|
||||||
|
byobu\-status \- Common starting point for running byobu status commands
|
||||||
|
|
||||||
|
.SH DESCRIPTION
|
||||||
|
\fBbyobu\-status\fP is a simple script that takes a single argument: a script defined in /usr/lib/byobu. This wrapper is useful for doing some common functionality, like setting the cpu and/or io proirity, determining sane defaults, pre/post processing.
|
||||||
|
|
||||||
|
.TP
|
||||||
|
\fIhttp://launchpad.net/byobu\fP
|
||||||
|
.PD
|
||||||
|
|
||||||
|
.SH AUTHOR
|
||||||
|
This manpage and the \fBbyobu\-status\fP utility was 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 under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
|
||||||
|
|
||||||
|
On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
|
1
debian/byobu-extras.install
vendored
Normal file
1
debian/byobu-extras.install
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
profiles/*_* usr/share/byobu/profiles
|
5
debian/changelog
vendored
5
debian/changelog
vendored
|
@ -1,5 +1,6 @@
|
||||||
screen-profiles (1.55) jaunty; urgency=low
|
byobu (2.0) karmic; urgency=low
|
||||||
|
|
||||||
|
Renaming project screen-profiles to byobu
|
||||||
* bin/users: make the --detail output match the status output
|
* bin/users: make the --detail output match the status output
|
||||||
* bin/ec2-cost, bin/hostname, bin/ip-address, bin/logo,
|
* bin/ec2-cost, bin/hostname, bin/ip-address, bin/logo,
|
||||||
bin/mem-available, bin/network-down, bin/network-up,
|
bin/mem-available, bin/network-down, bin/network-up,
|
||||||
|
@ -9,7 +10,7 @@ screen-profiles (1.55) jaunty; urgency=low
|
||||||
select-screen-profile: abstract the package name (currently,
|
select-screen-profile: abstract the package name (currently,
|
||||||
screen-profiles) to a variable
|
screen-profiles) to a variable
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 05 May 2009 13:04:06 -0500
|
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 05 May 2009 14:05:23 -0500
|
||||||
|
|
||||||
screen-profiles (1.54-0ubuntu1) karmic; urgency=low
|
screen-profiles (1.54-0ubuntu1) karmic; urgency=low
|
||||||
|
|
||||||
|
|
34
debian/control
vendored
34
debian/control
vendored
|
@ -1,20 +1,20 @@
|
||||||
Source: screen-profiles
|
Source: byobu
|
||||||
Section: misc
|
Section: misc
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Dustin Kirkland <kirkland@ubuntu.com>
|
Maintainer: Dustin Kirkland <kirkland@ubuntu.com>
|
||||||
Standards-Version: 3.8.0
|
Standards-Version: 3.8.0
|
||||||
Build-Depends: debhelper (>= 6), gettext-base
|
Build-Depends: debhelper (>= 6), gettext-base
|
||||||
Homepage: http://launchpad.net/screen-profiles
|
Homepage: http://launchpad.net/byobu
|
||||||
Vcs-Bzr: http://bazaar.launchpad.net/~kirkland/screen-profiles/trunk
|
Vcs-Bzr: http://bazaar.launchpad.net/~kirkland/byobu/trunk
|
||||||
|
|
||||||
Package: screen-profiles
|
Package: byobu
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${misc:Depends}, debconf (>= 0.5) | debconf-2.0, screen, gettext-base, python, python-newt (>= 0.52.2-11)
|
Depends: ${misc:Depends}, debconf (>= 0.5) | debconf-2.0, screen, gettext-base, python, python-newt (>= 0.52.2-11)
|
||||||
Recommends: update-notifier-common, lsb-release
|
Recommends: update-notifier-common, lsb-release
|
||||||
Suggests: screen-profiles-extras
|
Suggests: byobu-extras
|
||||||
Enhances: screen
|
Enhances: screen
|
||||||
Description: a set of useful profiles and a profile-switcher for GNU screen
|
Description: a set of useful profiles and a profile-switcher for GNU screen
|
||||||
screen-profiles includes a set of profiles for the GNU screen window manager.
|
byobu includes a set of profiles for the GNU screen window manager.
|
||||||
These profiles are quite useful on server machines which are not running
|
These profiles are quite useful on server machines which are not running
|
||||||
a graphical desktop. The 'screen' command provides a number of advanced
|
a graphical desktop. The 'screen' command provides a number of advanced
|
||||||
features are not necessarily exposed in the default profile. These profiles
|
features are not necessarily exposed in the default profile. These profiles
|
||||||
|
@ -25,10 +25,22 @@ Description: a set of useful profiles and a profile-switcher for GNU screen
|
||||||
update-notifier-common provides a more efficient and standard mechanism for
|
update-notifier-common provides a more efficient and standard mechanism for
|
||||||
calculating the number of updates available in the status panel.
|
calculating the number of updates available in the status panel.
|
||||||
|
|
||||||
|
Package: byobu-extras
|
||||||
|
Architecture: all
|
||||||
|
Depends: ${misc:Depends}, byobu
|
||||||
|
Description: additional colored profiles for the byobu package
|
||||||
|
The byobu contains a basic set of light and dark profiles.
|
||||||
|
The byobu-extras package provides additional profiles of various
|
||||||
|
different light and dark colors.
|
||||||
|
|
||||||
|
Package: screen-profiles
|
||||||
|
Architecture: all
|
||||||
|
Depends: ${misc:Depends}, byobu
|
||||||
|
Description: package has been renamed to byobu
|
||||||
|
The screen-profiles package has been renamed to 'byobu'.
|
||||||
|
|
||||||
Package: screen-profiles-extras
|
Package: screen-profiles-extras
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${misc:Depends}, screen-profiles
|
Depends: ${misc:Depends}, byobu-extras
|
||||||
Description: additional colored profiles for the screen-profiles package
|
Description: package has been renamed to byobu-extras
|
||||||
The screen-profiles package contains a basic set of light and dark profiles.
|
The screen-profiles-extras package has been renamed to 'byobu-extras'.
|
||||||
The screen-profiles-extras package provides additional profiles of various
|
|
||||||
different light and dark colors.
|
|
||||||
|
|
2
debian/copyright
vendored
2
debian/copyright
vendored
|
@ -1,7 +1,7 @@
|
||||||
This package was debianized by Dustin Kirkland <kirkland@canonical.com>
|
This package was debianized by Dustin Kirkland <kirkland@canonical.com>
|
||||||
Sun, 14 Dec 2008 13:11:37 -0600
|
Sun, 14 Dec 2008 13:11:37 -0600
|
||||||
|
|
||||||
It was downloaded from: http://launchpad.net/screen-profiles
|
It was downloaded from: http://launchpad.net/byobu
|
||||||
|
|
||||||
Upstream Authors:
|
Upstream Authors:
|
||||||
Dustin Kirkland <kirkland@canonical.com>
|
Dustin Kirkland <kirkland@canonical.com>
|
||||||
|
|
31
debian/install
vendored
31
debian/install
vendored
|
@ -1,20 +1,19 @@
|
||||||
bin/* usr/lib/screen-profiles
|
bin/* usr/lib/byobu
|
||||||
po/locale/* usr/share/locale
|
po/locale/* usr/share/locale
|
||||||
profiles/common usr/share/screen-profiles/profiles
|
profiles/common usr/share/byobu/profiles
|
||||||
profiles/NONE usr/share/screen-profiles/profiles
|
profiles/NONE usr/share/byobu/profiles
|
||||||
profiles/black usr/share/screen-profiles/profiles
|
profiles/black usr/share/byobu/profiles
|
||||||
profiles/dark usr/share/screen-profiles/profiles
|
profiles/dark usr/share/byobu/profiles
|
||||||
profiles/light usr/share/screen-profiles/profiles
|
profiles/light usr/share/byobu/profiles
|
||||||
keybindings/common usr/share/screen-profiles/keybindings
|
keybindings/common usr/share/byobu/keybindings
|
||||||
keybindings/none usr/share/screen-profiles/keybindings
|
keybindings/none usr/share/byobu/keybindings
|
||||||
windows/common usr/share/screen-profiles/windows
|
windows/common usr/share/byobu/windows
|
||||||
screen usr/bin
|
|
||||||
select-screen-profile usr/bin
|
select-screen-profile usr/bin
|
||||||
screen-profiles usr/bin
|
byobu-config usr/bin
|
||||||
screen-profiles-status usr/bin
|
byobu-status usr/bin
|
||||||
screen-profiles-status-detail usr/bin
|
byobu-status-detail usr/bin
|
||||||
screen-launcher-install usr/share/screen-profiles
|
screen-launcher-install usr/share/byobu
|
||||||
screen-launcher-uninstall usr/share/screen-profiles
|
screen-launcher-uninstall usr/share/byobu
|
||||||
motd+shell usr/bin
|
motd+shell usr/bin
|
||||||
screen-launcher usr/bin
|
screen-launcher usr/bin
|
||||||
screen-profiles-export usr/bin
|
byobu-export usr/bin
|
||||||
|
|
2
debian/postrm
vendored
2
debian/postrm
vendored
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
PKG="screen-profiles"
|
PKG="byobu"
|
||||||
|
|
||||||
if [ "$1" = "remove" ]; then
|
if [ "$1" = "remove" ]; then
|
||||||
dpkg-divert --package "$PKG" --rename --remove /usr/bin/screen
|
dpkg-divert --package "$PKG" --rename --remove /usr/bin/screen
|
||||||
|
|
2
debian/preinst
vendored
2
debian/preinst
vendored
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
PKG="screen-profiles"
|
PKG="byobu"
|
||||||
|
|
||||||
if [ "install" = "$1" ] || [ "upgrade" = "$1" ]; then
|
if [ "install" = "$1" ] || [ "upgrade" = "$1" ]; then
|
||||||
dpkg-divert --package "$PKG" --divert /usr/bin/screen.real --rename /usr/bin/screen
|
dpkg-divert --package "$PKG" --divert /usr/bin/screen.real --rename /usr/bin/screen
|
||||||
|
|
2
debian/release.sh
vendored
2
debian/release.sh
vendored
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
PKG="screen-profiles"
|
PKG="byobu"
|
||||||
|
|
||||||
error() {
|
error() {
|
||||||
echo "ERROR: $@"
|
echo "ERROR: $@"
|
||||||
|
|
5
debian/rules
vendored
5
debian/rules
vendored
|
@ -4,7 +4,7 @@
|
||||||
# Uncomment this to turn on verbose mode.
|
# Uncomment this to turn on verbose mode.
|
||||||
# export DH_VERBOSE=1
|
# export DH_VERBOSE=1
|
||||||
|
|
||||||
PKG=screen-profiles
|
PKG=byobu
|
||||||
VER=`head -n 1 debian/changelog | sed 's/^.*(//' | sed 's/).*//' | sed 's/-.*//'`
|
VER=`head -n 1 debian/changelog | sed 's/^.*(//' | sed 's/).*//' | sed 's/-.*//'`
|
||||||
|
|
||||||
get-orig-source:
|
get-orig-source:
|
||||||
|
@ -49,6 +49,7 @@ install: build install-po
|
||||||
dh_testroot
|
dh_testroot
|
||||||
dh_clean -k
|
dh_clean -k
|
||||||
dh_install -X.bzr
|
dh_install -X.bzr
|
||||||
|
dh_link usr/bin/byobu usr/bin/screen
|
||||||
|
|
||||||
# Everything else is handled by dh_install
|
# Everything else is handled by dh_install
|
||||||
|
|
||||||
|
@ -57,7 +58,7 @@ binary-indep: build install
|
||||||
dh_testdir -i
|
dh_testdir -i
|
||||||
dh_testroot -i
|
dh_testroot -i
|
||||||
dh_installdocs -X.bzr -i
|
dh_installdocs -X.bzr -i
|
||||||
dh_installman -i screen-launcher.1 screen-profiles.1 select-screen-profile.1 motd+shell.1 screen-profiles-export.1 screen-profiles-status.1 screen-profiles-status-detail.1
|
dh_installman -i screen-launcher.1 byobu-config.1 select-screen-profile.1 motd+shell.1 byobu-export.1 byobu-status.1 byobu-status-detail.1
|
||||||
dh_installchangelogs -i
|
dh_installchangelogs -i
|
||||||
dh_installdebconf -i
|
dh_installdebconf -i
|
||||||
dh_compress -i
|
dh_compress -i
|
||||||
|
|
1
debian/screen-profiles-extras.install
vendored
1
debian/screen-profiles-extras.install
vendored
|
@ -1 +0,0 @@
|
||||||
profiles/*_* usr/share/screen-profiles/profiles
|
|
|
@ -7,7 +7,7 @@ updates-available, system-load, cpu-info, memory-info, and date/time.
|
||||||
F2 Create a new window | F6 Detach from the session
|
F2 Create a new window | F6 Detach from the session
|
||||||
F3 Go to the prev window | F7 Enter scrollback mode
|
F3 Go to the prev window | F7 Enter scrollback mode
|
||||||
F4 Go to the next window | F8 Re-title a window
|
F4 Go to the next window | F8 Re-title a window
|
||||||
F5 Reload profile | F9 Configure screen-profiles
|
F5 Reload profile | F9 Configuration
|
||||||
| F12 Lock this terminal
|
| F12 Lock this terminal
|
||||||
'screen -r' - reattach |
|
'screen -r' - reattach |
|
||||||
'man screen' - complete help | <ctrl-<esckey>> Escape sequence
|
'man screen' - complete help | <ctrl-<esckey>> Escape sequence
|
||||||
|
|
|
@ -35,14 +35,14 @@ register n "^a^c" # | Goes with the F2 definition
|
||||||
bindkey -k k2 process n # F2 | Create new window
|
bindkey -k k2 process n # F2 | Create new window
|
||||||
bindkey -k k3 prev # F3 | Previous Window
|
bindkey -k k3 prev # F3 | Previous Window
|
||||||
bindkey -k k4 next # F4 | Next Window
|
bindkey -k k4 next # F4 | Next Window
|
||||||
register r "^a:source $HOME/.screen-profiles/profile^M" # | Goes with F5 definition
|
register r "^a:source $HOME/.byobu/profile^M" # | Goes with F5 definition
|
||||||
bindkey -k k5 process r # F5 | Reload profile
|
bindkey -k k5 process r # F5 | Reload profile
|
||||||
bindkey -k k6 detach # F6 | Detach from this session
|
bindkey -k k6 detach # F6 | Detach from this session
|
||||||
bindkey -k k7 copy # F7 | Enter copy/scrollback mode
|
bindkey -k k7 copy # F7 | Enter copy/scrollback mode
|
||||||
register t "^aA^aa^k^h" # | Goes with the F8 definition
|
register t "^aA^aa^k^h" # | Goes with the F8 definition
|
||||||
bindkey -k k8 process t # F8 | Re-title a window
|
bindkey -k k8 process t # F8 | Re-title a window
|
||||||
bindkey -k k9 screen -t help 0 screen-profiles # F9 | Configuration
|
bindkey -k k9 screen -t help 0 byobu-config # F9 | Configuration
|
||||||
# F10 | 'toolbar' in gnome-terminal
|
# F10 | 'toolbar' in gnome-terminal
|
||||||
# F11 | 'fullscreen' in gnome-terminal
|
# F11 | 'fullscreen' in gnome-terminal
|
||||||
bindkey -k F2 lockscreen # F12 | Lock this terminal
|
bindkey -k F2 lockscreen # F12 | Lock this terminal
|
||||||
bind $ screen -t status 0 screen-profiles-status-detail # ctrl-a $ | show detailed status
|
bind $ screen -t status 0 byobu-status-detail # ctrl-a $ | show detailed status
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH motd+shell 1 "11 Feb 2009" screen-profiles "screen-profiles"
|
.TH motd+shell 1 "11 Feb 2009" byobu "byobu"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
motd+shell \- Print the message of the day and launch a shell
|
motd+shell \- Print the message of the day and launch a shell
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ motd+shell \- Print the message of the day and launch a shell
|
||||||
$SHELL will be invoked if it exists. Otherwise, /bin/sh will be used.
|
$SHELL will be invoked if it exists. Otherwise, /bin/sh will be used.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fIhttp://launchpad.net/screen-profiles\fP
|
\fIhttp://launchpad.net/byobu\fP
|
||||||
.PD
|
.PD
|
||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# List of source files containing translatable Python strings.
|
# List of source files containing translatable Python strings.
|
||||||
# Please keep this file sorted alphabetically.
|
# Please keep this file sorted alphabetically.
|
||||||
screen-profiles
|
byobu-config
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# List of source files containing translatable sh strings.
|
# List of source files containing translatable sh strings.
|
||||||
# Please keep this file sorted alphabetically.
|
# Please keep this file sorted alphabetically.
|
||||||
bin/menu
|
bin/menu
|
||||||
|
byobu-export
|
||||||
select-screen-profile
|
select-screen-profile
|
||||||
screen-profiles-export
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# This file is distributed under the same license as the PACKAGE package.
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||||
#
|
#
|
||||||
#: screen-profiles:306
|
#: byobu-config:306
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -17,136 +17,136 @@ msgstr ""
|
||||||
"Content-Type: text/plain; charset=CHARSET\n"
|
"Content-Type: text/plain; charset=CHARSET\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
|
||||||
#: screen-profiles:71
|
#: byobu-config:71
|
||||||
msgid "Remove screen by default at login"
|
msgid "Remove screen by default at login"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:73
|
#: byobu-config:73
|
||||||
msgid "Install screen by default at login"
|
msgid "Install screen by default at login"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:77
|
#: byobu-config:77
|
||||||
msgid "Help"
|
msgid "Help"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:78
|
#: byobu-config:78
|
||||||
msgid "Change screen profile"
|
msgid "Change screen profile"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:79
|
#: byobu-config:79
|
||||||
msgid "Toggle status notifications"
|
msgid "Toggle status notifications"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:80
|
#: byobu-config:80
|
||||||
msgid "Change keybinding set"
|
msgid "Change keybinding set"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:81
|
#: byobu-config:81
|
||||||
msgid "Change escape sequence"
|
msgid "Change escape sequence"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:82
|
#: byobu-config:82
|
||||||
msgid "Create new window(s)"
|
msgid "Create new window(s)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:83
|
#: byobu-config:83
|
||||||
msgid "Manage default windows"
|
msgid "Manage default windows"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:85
|
#: byobu-config:85
|
||||||
msgid "Exit"
|
msgid "Exit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:87 screen-profiles:472
|
#: byobu-config:87 byobu-config:472
|
||||||
msgid " Screen Profiles Configuration Menu"
|
msgid " Screen Profiles Configuration Menu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:98
|
#: byobu-config:98
|
||||||
msgid "Okay"
|
msgid "Okay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:98 screen-profiles:134 screen-profiles:150
|
#: byobu-config:98 byobu-config:134 byobu-config:150
|
||||||
#: screen-profiles:185 screen-profiles:313 screen-profiles:355
|
#: byobu-config:185 byobu-config:313 byobu-config:355
|
||||||
#: screen-profiles:433
|
#: byobu-config:433
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:116 screen-profiles:143 screen-profiles:157
|
#: byobu-config:116 byobu-config:143 byobu-config:157
|
||||||
#: screen-profiles:326 screen-profiles:380 screen-profiles:388
|
#: byobu-config:326 byobu-config:380 byobu-config:388
|
||||||
#: screen-profiles:461
|
#: byobu-config:461
|
||||||
msgid "Menu"
|
msgid "Menu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:117
|
#: byobu-config:117
|
||||||
msgid "Screen Profiles Help"
|
msgid "Screen Profiles Help"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:134 screen-profiles:150 screen-profiles:185
|
#: byobu-config:134 byobu-config:150 byobu-config:185
|
||||||
#: screen-profiles:313 screen-profiles:355 screen-profiles:433
|
#: byobu-config:313 byobu-config:355 byobu-config:433
|
||||||
msgid "Apply"
|
msgid "Apply"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:136
|
#: byobu-config:136
|
||||||
msgid "Which profile would you like to use?"
|
msgid "Which profile would you like to use?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:142 screen-profiles:156 screen-profiles:325
|
#: byobu-config:142 byobu-config:156 byobu-config:325
|
||||||
#: screen-profiles:387 screen-profiles:459
|
#: byobu-config:387 byobu-config:459
|
||||||
msgid "Message"
|
msgid "Message"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:151
|
#: byobu-config:151
|
||||||
msgid "Which set of keybindings would you like to use?"
|
msgid "Which set of keybindings would you like to use?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:165
|
#: byobu-config:165
|
||||||
msgid "Title: "
|
msgid "Title: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:167
|
#: byobu-config:167
|
||||||
msgid "Command: "
|
msgid "Command: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:169
|
#: byobu-config:169
|
||||||
msgid "Presets: "
|
msgid "Presets: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:183
|
#: byobu-config:183
|
||||||
msgid "Add to default windows"
|
msgid "Add to default windows"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:187
|
#: byobu-config:187
|
||||||
msgid "Create new window(s):"
|
msgid "Create new window(s):"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:314
|
#: byobu-config:314
|
||||||
msgid "Toggle status notifications:"
|
msgid "Toggle status notifications:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:347
|
#: byobu-config:347
|
||||||
msgid "Windows:"
|
msgid "Windows:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:357
|
#: byobu-config:357
|
||||||
msgid "Select window(s) to create by default:"
|
msgid "Select window(s) to create by default:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:377
|
#: byobu-config:377
|
||||||
msgid "Screen will be launched automatically next time you login."
|
msgid "Screen will be launched automatically next time you login."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:385
|
#: byobu-config:385
|
||||||
msgid "Screen will not be used next time you login."
|
msgid "Screen will not be used next time you login."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:432
|
#: byobu-config:432
|
||||||
msgid "Escape key: ctrl-"
|
msgid "Escape key: ctrl-"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:435
|
#: byobu-config:435
|
||||||
msgid "Change escape sequence:"
|
msgid "Change escape sequence:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:473
|
#: byobu-config:473
|
||||||
msgid "<Tab>/<Alt-Tab> between elements | <Return> Validates"
|
msgid "<Tab>/<Alt-Tab> between elements | <Return> Validates"
|
||||||
msgstr ""
|
msgstr ""
|
78
po/es.po
78
po/es.po
|
@ -3,7 +3,7 @@
|
||||||
# This file is distributed under the same license as the GNU Screen Profiles package.
|
# This file is distributed under the same license as the GNU Screen Profiles package.
|
||||||
# Nicolas Valcarcel <nvalcarcel@ubuntu.com>, 2008.
|
# Nicolas Valcarcel <nvalcarcel@ubuntu.com>, 2008.
|
||||||
#
|
#
|
||||||
#: screen-profiles:306
|
#: byobu-config:306
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -17,137 +17,137 @@ msgstr ""
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
|
||||||
#: screen-profiles:71
|
#: byobu-config:71
|
||||||
msgid "Remove screen by default at login"
|
msgid "Remove screen by default at login"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:73
|
#: byobu-config:73
|
||||||
msgid "Install screen by default at login"
|
msgid "Install screen by default at login"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:77
|
#: byobu-config:77
|
||||||
msgid "Help"
|
msgid "Help"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:78
|
#: byobu-config:78
|
||||||
msgid "Change screen profile"
|
msgid "Change screen profile"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:79
|
#: byobu-config:79
|
||||||
msgid "Toggle status notifications"
|
msgid "Toggle status notifications"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:80
|
#: byobu-config:80
|
||||||
msgid "Change keybinding set"
|
msgid "Change keybinding set"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:81
|
#: byobu-config:81
|
||||||
msgid "Change escape sequence"
|
msgid "Change escape sequence"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:82
|
#: byobu-config:82
|
||||||
msgid "Create new window(s)"
|
msgid "Create new window(s)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:83
|
#: byobu-config:83
|
||||||
msgid "Manage default windows"
|
msgid "Manage default windows"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:85
|
#: byobu-config:85
|
||||||
msgid "Exit"
|
msgid "Exit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:87 screen-profiles:472
|
#: byobu-config:87 byobu-config:472
|
||||||
msgid " Screen Profiles Configuration Menu"
|
msgid " Screen Profiles Configuration Menu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:98
|
#: byobu-config:98
|
||||||
msgid "Okay"
|
msgid "Okay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:98 screen-profiles:134 screen-profiles:150
|
#: byobu-config:98 byobu-config:134 byobu-config:150
|
||||||
#: screen-profiles:185 screen-profiles:313 screen-profiles:355
|
#: byobu-config:185 byobu-config:313 byobu-config:355
|
||||||
#: screen-profiles:433
|
#: byobu-config:433
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:116 screen-profiles:143 screen-profiles:157
|
#: byobu-config:116 byobu-config:143 byobu-config:157
|
||||||
#: screen-profiles:326 screen-profiles:380 screen-profiles:388
|
#: byobu-config:326 byobu-config:380 byobu-config:388
|
||||||
#: screen-profiles:461
|
#: byobu-config:461
|
||||||
msgid "Menu"
|
msgid "Menu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:117
|
#: byobu-config:117
|
||||||
msgid "Screen Profiles Help"
|
msgid "Screen Profiles Help"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:134 screen-profiles:150 screen-profiles:185
|
#: byobu-config:134 byobu-config:150 byobu-config:185
|
||||||
#: screen-profiles:313 screen-profiles:355 screen-profiles:433
|
#: byobu-config:313 byobu-config:355 byobu-config:433
|
||||||
msgid "Apply"
|
msgid "Apply"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:136
|
#: byobu-config:136
|
||||||
msgid "Which profile would you like to use?"
|
msgid "Which profile would you like to use?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:142 screen-profiles:156 screen-profiles:325
|
#: byobu-config:142 byobu-config:156 byobu-config:325
|
||||||
#: screen-profiles:387 screen-profiles:459
|
#: byobu-config:387 byobu-config:459
|
||||||
msgid "Message"
|
msgid "Message"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:151
|
#: byobu-config:151
|
||||||
msgid "Which set of keybindings would you like to use?"
|
msgid "Which set of keybindings would you like to use?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:165
|
#: byobu-config:165
|
||||||
msgid "Title: "
|
msgid "Title: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:167
|
#: byobu-config:167
|
||||||
msgid "Command: "
|
msgid "Command: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:169
|
#: byobu-config:169
|
||||||
msgid "Presets: "
|
msgid "Presets: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:183
|
#: byobu-config:183
|
||||||
msgid "Add to default windows"
|
msgid "Add to default windows"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:187
|
#: byobu-config:187
|
||||||
msgid "Create new window(s):"
|
msgid "Create new window(s):"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:314
|
#: byobu-config:314
|
||||||
msgid "Toggle status notifications:"
|
msgid "Toggle status notifications:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:347
|
#: byobu-config:347
|
||||||
msgid "Windows:"
|
msgid "Windows:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:357
|
#: byobu-config:357
|
||||||
msgid "Select window(s) to create by default:"
|
msgid "Select window(s) to create by default:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:377
|
#: byobu-config:377
|
||||||
msgid "Screen will be launched automatically next time you login."
|
msgid "Screen will be launched automatically next time you login."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:385
|
#: byobu-config:385
|
||||||
msgid "Screen will not be used next time you login."
|
msgid "Screen will not be used next time you login."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:432
|
#: byobu-config:432
|
||||||
msgid "Escape key: ctrl-"
|
msgid "Escape key: ctrl-"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:435
|
#: byobu-config:435
|
||||||
msgid "Change escape sequence:"
|
msgid "Change escape sequence:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:473
|
#: byobu-config:473
|
||||||
msgid "<Tab>/<Alt-Tab> between elements | <Return> Validates"
|
msgid "<Tab>/<Alt-Tab> between elements | <Return> Validates"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
78
po/fr.po
78
po/fr.po
|
@ -3,7 +3,7 @@
|
||||||
# This file is distributed under the same license as the GNU Screen Profiles package.
|
# This file is distributed under the same license as the GNU Screen Profiles package.
|
||||||
# Nicolas Barcet <nicolas.barcet@ubuntu.com>, 2008.
|
# Nicolas Barcet <nicolas.barcet@ubuntu.com>, 2008.
|
||||||
#
|
#
|
||||||
#: screen-profiles:306
|
#: byobu-config:306
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -17,137 +17,137 @@ msgstr ""
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
|
||||||
#: screen-profiles:71
|
#: byobu-config:71
|
||||||
msgid "Remove screen by default at login"
|
msgid "Remove screen by default at login"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:73
|
#: byobu-config:73
|
||||||
msgid "Install screen by default at login"
|
msgid "Install screen by default at login"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:77
|
#: byobu-config:77
|
||||||
msgid "Help"
|
msgid "Help"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:78
|
#: byobu-config:78
|
||||||
msgid "Change screen profile"
|
msgid "Change screen profile"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:79
|
#: byobu-config:79
|
||||||
msgid "Toggle status notifications"
|
msgid "Toggle status notifications"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:80
|
#: byobu-config:80
|
||||||
msgid "Change keybinding set"
|
msgid "Change keybinding set"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:81
|
#: byobu-config:81
|
||||||
msgid "Change escape sequence"
|
msgid "Change escape sequence"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:82
|
#: byobu-config:82
|
||||||
msgid "Create new window(s)"
|
msgid "Create new window(s)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:83
|
#: byobu-config:83
|
||||||
msgid "Manage default windows"
|
msgid "Manage default windows"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:85
|
#: byobu-config:85
|
||||||
msgid "Exit"
|
msgid "Exit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:87 screen-profiles:472
|
#: byobu-config:87 byobu-config:472
|
||||||
msgid " Screen Profiles Configuration Menu"
|
msgid " Screen Profiles Configuration Menu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:98
|
#: byobu-config:98
|
||||||
msgid "Okay"
|
msgid "Okay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:98 screen-profiles:134 screen-profiles:150
|
#: byobu-config:98 byobu-config:134 byobu-config:150
|
||||||
#: screen-profiles:185 screen-profiles:313 screen-profiles:355
|
#: byobu-config:185 byobu-config:313 byobu-config:355
|
||||||
#: screen-profiles:433
|
#: byobu-config:433
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:116 screen-profiles:143 screen-profiles:157
|
#: byobu-config:116 byobu-config:143 byobu-config:157
|
||||||
#: screen-profiles:326 screen-profiles:380 screen-profiles:388
|
#: byobu-config:326 byobu-config:380 byobu-config:388
|
||||||
#: screen-profiles:461
|
#: byobu-config:461
|
||||||
msgid "Menu"
|
msgid "Menu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:117
|
#: byobu-config:117
|
||||||
msgid "Screen Profiles Help"
|
msgid "Screen Profiles Help"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:134 screen-profiles:150 screen-profiles:185
|
#: byobu-config:134 byobu-config:150 byobu-config:185
|
||||||
#: screen-profiles:313 screen-profiles:355 screen-profiles:433
|
#: byobu-config:313 byobu-config:355 byobu-config:433
|
||||||
msgid "Apply"
|
msgid "Apply"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:136
|
#: byobu-config:136
|
||||||
msgid "Which profile would you like to use?"
|
msgid "Which profile would you like to use?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:142 screen-profiles:156 screen-profiles:325
|
#: byobu-config:142 byobu-config:156 byobu-config:325
|
||||||
#: screen-profiles:387 screen-profiles:459
|
#: byobu-config:387 byobu-config:459
|
||||||
msgid "Message"
|
msgid "Message"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:151
|
#: byobu-config:151
|
||||||
msgid "Which set of keybindings would you like to use?"
|
msgid "Which set of keybindings would you like to use?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:165
|
#: byobu-config:165
|
||||||
msgid "Title: "
|
msgid "Title: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:167
|
#: byobu-config:167
|
||||||
msgid "Command: "
|
msgid "Command: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:169
|
#: byobu-config:169
|
||||||
msgid "Presets: "
|
msgid "Presets: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:183
|
#: byobu-config:183
|
||||||
msgid "Add to default windows"
|
msgid "Add to default windows"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:187
|
#: byobu-config:187
|
||||||
msgid "Create new window(s):"
|
msgid "Create new window(s):"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:314
|
#: byobu-config:314
|
||||||
msgid "Toggle status notifications:"
|
msgid "Toggle status notifications:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:347
|
#: byobu-config:347
|
||||||
msgid "Windows:"
|
msgid "Windows:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:357
|
#: byobu-config:357
|
||||||
msgid "Select window(s) to create by default:"
|
msgid "Select window(s) to create by default:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:377
|
#: byobu-config:377
|
||||||
msgid "Screen will be launched automatically next time you login."
|
msgid "Screen will be launched automatically next time you login."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:385
|
#: byobu-config:385
|
||||||
msgid "Screen will not be used next time you login."
|
msgid "Screen will not be used next time you login."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:432
|
#: byobu-config:432
|
||||||
msgid "Escape key: ctrl-"
|
msgid "Escape key: ctrl-"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:435
|
#: byobu-config:435
|
||||||
msgid "Change escape sequence:"
|
msgid "Change escape sequence:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: screen-profiles:473
|
#: byobu-config:473
|
||||||
msgid "<Tab>/<Alt-Tab> between elements | <Return> Validates"
|
msgid "<Tab>/<Alt-Tab> between elements | <Return> Validates"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -26,30 +26,30 @@ vbell off
|
||||||
msgwait 1
|
msgwait 1
|
||||||
|
|
||||||
# Define status commands
|
# Define status commands
|
||||||
backtick 99 86400 86400 screen-profiles-status logo
|
backtick 99 86400 86400 byobu-status logo
|
||||||
backtick 100 3600 3600 screen-profiles-status release
|
backtick 100 3600 3600 byobu-status release
|
||||||
backtick 101 10 10 screen-profiles-status updates-available
|
backtick 101 10 10 byobu-status updates-available
|
||||||
backtick 102 2 2 screen-profiles-status reboot-required
|
backtick 102 2 2 byobu-status reboot-required
|
||||||
backtick 103 2 2 screen-profiles-status cpu-freq
|
backtick 103 2 2 byobu-status cpu-freq
|
||||||
backtick 104 86400 86400 screen-profiles-status cpu-count
|
backtick 104 86400 86400 byobu-status cpu-count
|
||||||
backtick 105 86400 86400 screen-profiles-status mem-available
|
backtick 105 86400 86400 byobu-status mem-available
|
||||||
backtick 106 2 2 screen-profiles-status load-average
|
backtick 106 2 2 byobu-status load-average
|
||||||
backtick 107 2 2 screen-profiles-status mem-used
|
backtick 107 2 2 byobu-status mem-used
|
||||||
backtick 108 600 600 screen-profiles-status ec2-cost
|
backtick 108 600 600 byobu-status ec2-cost
|
||||||
backtick 109 3600 3600 screen-profiles-status hostname
|
backtick 109 3600 3600 byobu-status hostname
|
||||||
backtick 110 86400 86400 screen-profiles-status whoami
|
backtick 110 86400 86400 byobu-status whoami
|
||||||
backtick 111 86400 86400 screen-profiles-status menu
|
backtick 111 86400 86400 byobu-status menu
|
||||||
backtick 112 86400 86400 screen-profiles-status arch
|
backtick 112 86400 86400 byobu-status arch
|
||||||
backtick 113 30 30 screen-profiles-status battery
|
backtick 113 30 30 byobu-status battery
|
||||||
backtick 114 10 10 screen-profiles-status users
|
backtick 114 10 10 byobu-status users
|
||||||
backtick 115 60 60 screen-profiles-status uptime
|
backtick 115 60 60 byobu-status uptime
|
||||||
backtick 116 2 2 screen-profiles-status processes
|
backtick 116 2 2 byobu-status processes
|
||||||
backtick 117 2 2 screen-profiles-status network-up
|
backtick 117 2 2 byobu-status network-up
|
||||||
backtick 118 2 2 screen-profiles-status network-down
|
backtick 118 2 2 byobu-status network-down
|
||||||
backtick 119 2 2 screen-profiles-status wifi-quality
|
backtick 119 2 2 byobu-status wifi-quality
|
||||||
backtick 120 86400 86400 screen-profiles-status date
|
backtick 120 86400 86400 byobu-status date
|
||||||
backtick 121 86400 86400 screen-profiles-status time
|
backtick 121 86400 86400 byobu-status time
|
||||||
backtick 122 3600 3600 screen-profiles-status ip-address
|
backtick 122 3600 3600 byobu-status ip-address
|
||||||
|
|
||||||
hardstatus alwayslastline
|
hardstatus alwayslastline
|
||||||
|
|
||||||
|
@ -61,4 +61,4 @@ altscreen on
|
||||||
# Log 10000 lines
|
# Log 10000 lines
|
||||||
defscrollback 10000
|
defscrollback 10000
|
||||||
|
|
||||||
source $HOME/.screen-profiles/keybindings
|
source $HOME/.byobu/keybindings
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
source /usr/share/screen-profiles/profiles/common
|
source /usr/share/byobu/profiles/common
|
||||||
|
|
||||||
# Window tabs, second to last line
|
# Window tabs, second to last line
|
||||||
caption always "%{kW}%?%-Lw%?%{bw}%n*%f %t%?(%u)%?%{kW}%?%+Lw%? %= %{= Wk}%110`%109`%122`%111`"
|
caption always "%{kW}%?%-Lw%?%{bw}%n*%f %t%?(%u)%?%{kW}%?%+Lw%? %= %{= Wk}%110`%109`%122`%111`"
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
PKG="screen-profiles"
|
PKG="byobu"
|
||||||
|
|
||||||
install_screen_launcher() {
|
install_screen_launcher() {
|
||||||
dest=$1
|
dest=$1
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
.TH screen\-launcher 1 "16 Jan 2009" screen-profiles "screen-profiles"
|
.TH screen\-launcher 1 "16 Jan 2009" byobu "byobu"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
screen\-launcher \- Screen Launcher
|
screen\-launcher \- Screen Launcher
|
||||||
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
\fBscreen\-launcher\fP is a simple application that will launch "screen", reconnecting to an existing detached session (if available).
|
\fBscreen\-launcher\fP is a simple application that will launch "screen", reconnecting to an existing detached session (if available).
|
||||||
|
|
||||||
This script exists for simple insertion and removal from a user's $HOME/.screenrc file, by the \fBscreen\-profiles\fP utility.
|
This script exists for simple insertion and removal from a user's $HOME/.screenrc file, by the \fBbyobu\fP utility.
|
||||||
|
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.PD 0
|
.PD 0
|
||||||
.TP
|
.TP
|
||||||
\fBscreen\fP(1), \fBscreen\-profiles\fP(1)
|
\fBscreen\fP(1), \fBbyobu\fP(1)
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fIhttp://launchpad.net/screen-profiles\fP
|
\fIhttp://launchpad.net/byobu\fP
|
||||||
.PD
|
.PD
|
||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
.TH screen-profiles-status 1 "21 Apr 2009" screen-profiles "screen-profiles"
|
|
||||||
.SH NAME
|
|
||||||
screen\-profiles\-status \- Common starting point for running screen\-profiles status commands
|
|
||||||
|
|
||||||
.SH DESCRIPTION
|
|
||||||
\fBscreen\-profiles\-status\fP is a simple script that takes a single argument: a script defined in /usr/lib/screen\-profiles. This wrapper is useful for doing some common functionality, like setting the cpu and/or io proirity, determining sane defaults, pre/post processing.
|
|
||||||
|
|
||||||
.TP
|
|
||||||
\fIhttp://launchpad.net/screen-profiles\fP
|
|
||||||
.PD
|
|
||||||
|
|
||||||
.SH AUTHOR
|
|
||||||
This manpage and the \fBscreen\-profiles\-status\fP utility was 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 under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
|
|
||||||
|
|
||||||
On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
|
|
|
@ -22,7 +22,7 @@
|
||||||
# If you change any strings, please generate localization information with:
|
# If you change any strings, please generate localization information with:
|
||||||
# ./debian/rules get-po
|
# ./debian/rules get-po
|
||||||
|
|
||||||
PKG="screen-profiles"
|
PKG="byobu"
|
||||||
|
|
||||||
TEXTDOMAIN="$PKG"
|
TEXTDOMAIN="$PKG"
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
.TH select\-screen\-profile 1 "14 Dec 2008" screen-profiles "screen-profiles"
|
.TH select\-screen\-profile 1 "14 Dec 2008" byobu "byobu"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
select\-screen\-profile \- Screen Profile Selector
|
select\-screen\-profile \- Screen Profile Selector
|
||||||
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
\fBselect\-screen\-profile\fP is an application that lists the available screen profiles on a system and prompts the user to select one.
|
\fBselect\-screen\-profile\fP is an application that lists the available screen profiles on a system and prompts the user to select one.
|
||||||
|
|
||||||
The selected profile will be symbolically linked into the current user's $HOME/.screen-profiles/profile, if that file does not yet exist, or is currently a symbolic link.
|
The selected profile will be symbolically linked into the current user's $HOME/.byobu/profile, if that file does not yet exist, or is currently a symbolic link.
|
||||||
|
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.PD 0
|
.PD 0
|
||||||
|
@ -13,7 +13,7 @@ The selected profile will be symbolically linked into the current user's $HOME/.
|
||||||
\fBscreen\fP(1)
|
\fBscreen\fP(1)
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fIhttp://launchpad.net/screen-profiles\fP
|
\fIhttp://launchpad.net/byobu\fP
|
||||||
.PD
|
.PD
|
||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue