text window manager, shell multiplexer, integrated DevOps environment
Find a file
Dustin Kirkland 37452c8411 * debian/links, usr/bin/col1, usr/share/man/man1/col1.1:
- move the col1..col9 utilities over from bikeshed
  - super handy, minimal way of awking out a particular column
2014-06-18 12:58:06 -05:00
Applications/Byobu.app/Contents * Applications/Byobu.app/Contents/MacOS/Byobu, debian/copyright, 2014-03-17 09:34:21 +09:00
debian * debian/links, usr/bin/col1, usr/share/man/man1/col1.1: 2014-06-18 12:58:06 -05:00
etc * configure.ac, etc/profile.d/Z97-byobu.sh => etc/profile.d/Z97- 2014-02-28 17:29:50 -06:00
experimental - updated email address from kirkland@ubuntu.com to kirkland@byobu.co 2013-01-19 13:49:52 -06:00
po * Applications/Byobu.app/Contents/MacOS/Byobu, debian/copyright, 2014-03-17 09:34:21 +09:00
usr * debian/links, usr/bin/col1, usr/share/man/man1/col1.1: 2014-06-18 12:58:06 -05:00
AUTHORS * AUTHORS, debian/copyright, po/bg.po, po/sv.po, README, 2013-01-19 13:46:18 -06:00
configure.ac * configure.ac, etc/profile.d/Z97-byobu.sh => etc/profile.d/Z97- 2014-02-28 17:29:50 -06:00
COPYING Adding a GPL-3 copyright file, per: 2009-01-06 15:13:35 -06:00
Makefile.am * configure.ac, Makefile.am, === removed directory 2013-02-06 20:30:35 -06:00
NEWS * NEWS: 2013-01-24 18:37:56 -06:00
README * debian/control, debian/rules, README, usr/bin/byobu-config, 2013-12-16 19:53:25 -06:00

For more information about this package, please see:
 * http://byobu.co

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
      git clone git://github.com/dustinkirkland/byobu.git
    Then you first need to run:
      ./debian/rules autoconf
 1) Or download the latest officially released version from:
      https://launchpad.net/byobu/+download
 2) Extract:
      tar zxvf byobu*.tar.gz
 3) Configure:
      cd byobu*
      ./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)

Dustin Kirkland <kirkland@byobu.co>
2013-01-15