Byobu is a GPLv3 open source text-based window manager and terminal multiplexer. It was originally designed to provide elegant enhancements to the otherwise functional, plain, practical GNU Screen, for the Ubuntu server distribution. Byobu now includes an enhanced profiles, convenient keybindings, configuration utilities, and toggle-able system status notifications for both the GNU Screen window manager and the more modern Tmux terminal multiplexer, and works on most Linux, BSD, and Mac distributions.
For more information about this package, please visit: http://byobu.org
If Byobu is not packaged for your Linux or UNIX OS, or if you do not have administrative privileges in order to install Byobu, you may be able to install locally, using the following instructions...
-
If you want to pull the source from the upstream git:
git clone git://github.com/dustinkirkland/byobu.git byobu-src
cd byobu-src ./debian/rules autoconf
-
Or download the latest officially released version from: https://github.com/dustinkirkland/byobu
-
Extract:
tar zxvf byobu*.tar.gz && cd byobu*
-
Configure:
./configure --prefix="$HOME/byobu"
OPTIONAL : You may use python from your environment, rather than from your distro
echo "export BYOBU_PYTHON='/usr/bin/env python'" >> $HOME/.bashrc
-
Build:
make
-
Install:
make install
-
Update your
PATH
andBYOBU_PREFIX
environment variablesecho "export PATH=$HOME/byobu/bin:$PATH" >> $HOME/.bashrc
. $HOME/.bashrc
-
Run:
byobu
Note that you will need to have a few dependencies installed:
- tmux >= 1.5 and screen
- python-newt (if you want to use Byobu's configuration utility)
- gsed (if your sed implementation doesn't support -i)
You may contribute to Byobu by forking the project on Github:
$ git clone git://github.com/dustinkirkland/byobu.git
You commit changes locally, and then propose a merge in Launchpad (ideally), or submit a pull request on Github (less ideally).
As for coding standards, please use tabs, rather than spaces. Thanks!
- Primary: Dustin Kirkland [email protected]
- Emeritus: Nick Barcet [email protected], Raphaël Pinson [email protected], Derek Carter [email protected]
https://github.com/dustinkirkland/byobu/blob/master/COPYING
Dustin Kirkland [email protected]
2023-11-22