Giter VIP home page Giter VIP logo

byobu's Introduction

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...

INSTALATION

  1. 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

  2. Or download the latest officially released version from: https://launchpad.net/byobu/+download

  3. Extract:

    tar zxvf byobu*.tar.gz && cd byobu*

  4. 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

  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)

CONTRIBUTION

You may contribute to Byobu by branching the source from Launchpad (ideally), or by forking the project on Github (less ideally):

$ bzr branch lp:byobu

$ 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!

AUTHORS

Dustin Kirkland [email protected] Nick Barcet [email protected] Raphaël Pinson [email protected] Derek Carter [email protected]

LICENSE:

https://github.com/dustinkirkland/byobu/blob/master/COPYING

Dustin Kirkland [email protected]

2019-11-29

byobu's People

Contributors

adiroiban avatar adri2000 avatar chrisccoulson avatar ciemon avatar cjohnston1158 avatar darwinawardwinner avatar didrocks avatar dustinkirkland avatar fumihito avatar glensc avatar goozbach avatar hyperair avatar iainlane avatar jakebiesinger avatar jefferyto avatar kmark avatar m-shibata avatar mtmiller avatar paride avatar smoser avatar trcjr avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.