SkillAgentSearch skills...

Byobu

Git fork of byobu source code, so I can mess with my own branch ("custom"). It's likely you want the upstream source at launchpad.net

Install / Use

/learn @BluSyn/Byobu
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

  1. 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
  2. Or download the latest officially released version from: https://launchpad.net/byobu/+download
  3. Extract: tar zxvf byobu*.tar.gz
  4. Configure: cd byobu* ./configure --prefix="$HOME/byobu"
  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

View on GitHub
GitHub Stars10
CategoryDevelopment
Updated1y ago
Forks3

Languages

Shell

Security Score

75/100

Audited on Oct 28, 2024

No findings