Difference between revisions of "Screen"

From Free Software Directory
Jump to: navigation, search
m (version 4.3.1)
(version 4.5.0)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=GNU Screen
 
|Name=GNU Screen
|Short description=Runs separate screens on a single terminal
+
|Short description=Multi-screen window manager
|Full description='''Screen is a full screen window manager that lets a physical terminal handle several processes, typically interactive shells.'''
+
|Full description='''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 to easily switch between them, to detach them from the current session, or even splitting the view to show two terminals at once.
 
 
Each virtual terminal has a scrollback history buffer and a copy/paste mechanism to move text regions between windows. "Screen" creates a single window with a shell (or a specified command) in it; after that you run the program as you normally would. You can create new full-screen windows with other programs in them, including more shells, at any time; you can also kill the current window, view a list of active windows, toggle output logging, copy text between windows, view the scrollback history, switch between windows, etc. Windows run their programs independently of each other; programs keep running even if their window is not visible or the whole screen session detaches from the terminal.
 
 
|Homepage URL=https://www.gnu.org/software/screen
 
|Homepage URL=https://www.gnu.org/software/screen
|User level=none
+
|User level=beginner
|VCS checkout command=git clone git://git.savannah.gnu.org/screen.git
+
|VCS checkout command=git clone git://git.sv.gnu.org/screen.git
 
|Computer languages=C
 
|Computer languages=C
|Documentation note=User reference manual included
+
|Documentation note=Online documentation available at: https://www.gnu.org/software/screen/manual/
|IRC help=irc://irc.freenode.net/screen
+
 
|Related projects=tmux,Ncurses,Surfraw,Termutils
+
Screen provides you with an ANSI/vt100 terminal emulator, which can multiplex up to 10 pseudo-terminals. On startup, it executes $SHELL in window 0. Then it reads $HOME/.screenrc to learn configuration, keybindings, and possibly open more windows.
 +
 
 +
*C-a ? (help) Show all keybindings.
 +
*C-a c (screen) Create new windows.
 +
*C-a SPACE (next) Advance to next window (with wraparound).
 +
*C-a C-a (other) Toggle between the current and previously displayed windows.
 +
*C-a n  (select n) Switch to window n=0 ... 9.
 +
*C-a :  (colon) Online configuration change.
 +
 
 +
See the man page or TeXinfo manual for many more keybindings and commands.
 +
|IRC general=irc://irc.freenode.net/#screen
 +
|Related projects=byobu,dvtm,elscreen,emacs,neercs,stumpwm,tmux
 
|Keywords=shell,software development,screen,window manager,virtual terminal
 
|Keywords=shell,software development,screen,window manager,virtual terminal
|Version identifier=4.3.1
+
|Version identifier=4.5.0
|Version date=2015/06/28
+
|Version date=2016/12/10
 
|Version status=stable
 
|Version status=stable
|Version download=https://ftp.gnu.org/gnu/screen/screen-4.3.1.tar.gz
+
|Version download=http://git.savannah.gnu.org/cgit/screen.git/snapshot/v.4.5.0.tar.gz
 
|Last review by=Genium
 
|Last review by=Genium
|Last review date=2015/07/22
+
|Last review date=2017/01/05
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
Line 28: Line 37:
 
{{Project license
 
{{Project license
 
|License=GPLv3orlater
 
|License=GPLv3orlater
|License verified by=genium
+
|License verified by=Genium
|License verified date=2014/05/10
+
|License verified date=2017/01/05
 +
|License note=http://git.savannah.gnu.org/cgit/screen.git/tree/src/COPYING
 
}}
 
}}
 
{{Person
 
{{Person
Line 82: Line 92:
 
|Resource kind=Mailing List Subscribe
 
|Resource kind=Mailing List Subscribe
 
|Resource URL=https://lists.gnu.org/mailman/listinfo/screen-users
 
|Resource URL=https://lists.gnu.org/mailman/listinfo/screen-users
 +
}}
 +
{{Resource
 +
|Resource audience=Developer
 +
|Resource kind=Download
 +
|Resource URL=http://ftpmirror.gnu.org/screen/
 +
}}
 +
{{Resource
 +
|Resource audience=Guix
 +
|Resource kind=Homepage
 +
|Resource URL=https://www.gnu.org/software/guix/packages/s.html
 +
}}
 +
{{Resource
 +
|Resource audience=Debian
 +
|Resource kind=Homepage
 +
|Resource URL=https://packages.debian.org/jessie/screen
 +
}}
 +
{{Resource
 +
|Resource audience=Gentoo
 +
|Resource kind=Homepage
 +
|Resource URL=https://packages.gentoo.org/packages/app-misc/screen
 +
}}
 +
{{Resource
 +
|Resource audience=FreeBSD
 +
|Resource kind=Homepage
 +
|Resource URL=https://www.freshports.org/sysutils/screen/
 
}}
 
}}
 
{{Software category
 
{{Software category
|Interface=command-line
+
|Interface=command-line, window-manager
|Use=software-development
+
|Programming-language=C
 +
|Runs-on=BSD, GNU/Linux, GNU/Hurd
 +
|Use=system-administration
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Revision as of 16:07, 5 January 2017


[edit]

GNU Screen

https://www.gnu.org/software/screen/
Multi-screen window manager.

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 to easily switch between them, to detach them from the current session, or even splitting the view to show two terminals at once.





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

1 February 2022




Leaders and contributors

Contact(s)Role
Alexander Naumov Maintainer
Amadeusz Sławiński Maintainer


Resources and communication

AudienceResource typeURI
Debian (Ref)https://tracker.debian.org/pkg/screen
Mailing Listhttps://lists.gnu.org/mailman/listinfo/screen-users/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/screen-devel/
Generalhttps://savannah.gnu.org/people/
VCS Repository Webviewhttps://git.savannah.gnu.org/cgit/screen.git/
Downloadhttps://ftp.gnu.org/gnu/screen/
Savannah (Ref)https://savannah.gnu.org/projects/screen/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/


Software prerequisites




Entry


























"Users" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.




"Guix" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Gentoo" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"FreeBSD" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.







Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.