text window manager, shell multiplexer, integrated DevOps environment
Find a file
2017-10-05 13:29:38 +08:00
Applications/Byobu.app/Contents * Applications/Byobu.app/Contents/MacOS/Byobu, AUTHORS, 2016-04-07 17:07:52 -05:00
debian opening 5.124 2017-09-25 10:28:42 -05:00
etc * Applications/Byobu.app/Contents/MacOS/Byobu, AUTHORS, 2016-04-07 17:07:52 -05:00
experimental * Applications/Byobu.app/Contents/MacOS/Byobu, AUTHORS, 2016-04-07 17:07:52 -05:00
po * po/es.po: 2017-09-25 09:32:15 -05:00
usr Fix cull_zombies() for sessions with non-numeric names 2017-10-05 13:29:38 +08:00
.bzrignore add autogen.sh script 2016-09-06 08:49:31 +03:00
AUTHORS * Applications/Byobu.app/Contents/MacOS/Byobu, AUTHORS, 2016-04-07 17:07:52 -05:00
autogen.sh add autogen.sh script 2016-09-06 08:49:31 +03:00
configure.ac * autogen.sh, .bzrignore, configure.ac: 2017-07-21 10:42:50 +02:00
CONTRIBUTING * CONTRIBUTING: 2016-04-07 18:49:59 -05:00
COPYING Adding a GPL-3 copyright file, per: 2009-01-06 15:13:35 -06:00
Makefile.am gnome-terminal-server, LP: #1512498 2015-12-02 13:35:05 -06:00
NEWS * configure.ac, debian/control, NEWS, README, usr/lib/byobu/rcs_cost, 2016-01-14 14:21:37 +02:00
README * configure.ac, debian/control, NEWS, README, usr/lib/byobu/rcs_cost, 2016-01-14 14:21:37 +02:00

For more information about this package, please see:
 * 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...

 0) If you pull the source from the upstream bzr or git:
      bzr branch lp:byobu && cd byobu
      git clone git://github.com/dustinkirkland/byobu.git byobu-src && cd byobu-src
      ./debian/rules autoconf
 1) Or download the latest officially released version from:
      https://launchpad.net/byobu/+download
 2) Extract:
      tar zxvf byobu*.tar.gz && cd byobu*
 3) Configure:
      ./configure --prefix="$HOME/byobu"
 4) OPTIONAL: Use python from your environment, rather than from your distro
      echo "export BYOBU_PYTHON='/usr/bin/env python'" >> $HOME/.bashrc
 5) Build:
      make
 6) Install:
      make install
 7) Update your PATH and BYOBU_PREFIX environment variables
      echo "export PATH=$HOME/byobu/bin:$PATH" >> $HOME/.bashrc
      . $HOME/.bashrc
 8) 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)
 * coreutils

Dustin Kirkland <kirkland@byobu.org>
2015-03-01