byobu

byobu 7.18

Text-based window manager and terminal multiplexer

<rendered-html><p>Byobu is a 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.</p> </rendered-html>

https://www.byobu.org/
GNU General Public License v3.0 or later
main program: byobuprograms: byobu-config, trustmuxd, byobu-disable, purge-old-kernels, byobu-enable, byobu-quiet, byobu-keybindings, byobu-launch, byobu-ulevel, byobu-select-session, byobu-ugraph, byobu-shell, vigpg, byobu-launcher-install, manifest, byobu-enable-prompt, byobu, byobu-prompt, trustmux, byobu-select-backend, byobu-janitor, byobu-disable-prompt, byobu-reconnect-sockets, wifi-status, ctail, byobu-silent, byobu-screen, byobu-status, byobu-status-detail, byobu-ctrl-a, byobu-tmux, byobu-launcher-uninstall, byobu-layout, byobu-launcher, col1, byobu-select-profile, byobu-export
Platforms (45)
armv6l-linuxmipsel-netbsdriscv64-linuxi686-cygwins390-linuxx86_64-linuxm68k-linuxx86_64-openbsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  byobu
];
Ad-hoc shell
nix-shell -p byobu
Flake (nix run)
nix run nixpkgs#byobu