This package browser is in early development. Mind the rough edges.

screen

Full-screen window manager providing multiple terminals

GNU Screen is a terminal window manager that multiplexes a single terminal between several processes. The virtual terminals each provide features such as a scroll-back buffer and a copy-and-paste mechanism. Screen then manages the different virtual terminals, allowing you to easily switch between them, to detach them from the current session, or even splitting the view to show two terminals at once.

Installation

Install the latest version of screen as follows:

guix install screen

Or install a particular version:

guix install screen@4.9.1

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.