full-screen window manager that multiplexes a physical terminal between several processes, typically interactive shells
Automatic install/update:
bash -c "$(curl -LSs https://github.com/dfmgr/screen/raw/main/install.sh)"Manual install:
requires:
Debian based:
apt install screenFedora Based:
yum install screenArch Based:
pacman -S screenMacOS:
brew install screenmv -fv "$HOME/.config/screen" "$HOME/.config/screen.bak"
git clone https://github.com/dfmgr/screen "$HOME/.config/screen"
ln -sf $HOME/.config/screen/.screenrc $HOME/.screenrc