Byobu: Difference between revisions
Jump to navigation
Jump to search
(Created page with "[http://byobu.co/ Byobu] is Ubuntu's powerful text-based window manager, shell multiplexer, and integrated DevOps environment. == Install == <source lang=bash> sudo apt inst...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
[http://byobu.co/ Byobu] is Ubuntu's powerful text-based window manager, shell multiplexer, and integrated DevOps environment. |
[http://byobu.co/ Byobu] is Ubuntu's powerful text-based window manager, shell multiplexer, and integrated DevOps environment. |
||
== References == |
|||
* [https://www.digitalocean.com/community/tutorials/how-to-install-and-use-byobu-for-terminal-management-on-ubuntu-16-04 Digitalocean's excellent guide on Byobu] |
|||
== Install == |
== Install == |
||
<source lang=bash> |
<source lang=bash> |
||
sudo apt |
sudo apt install byobu |
||
</source> |
</source> |
||
Latest revision as of 22:00, 29 November 2016
Byobu is Ubuntu's powerful text-based window manager, shell multiplexer, and integrated DevOps environment.
References
Install
sudo apt install byobu
Tmuxinator
Tmuxinator can be configured to use byobu as window manager.
Simply add to project configuration file:
# Change the command to call tmux. This can be used by derivatives/wrappers like byobu.
tmux_command: byobu