Skip to content

Commit fac26b0

Browse files
committed
more screen resources
1 parent 0f7a227 commit fac26b0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

content/pages/02-development-environments/13-screen.markdown

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ meta: Screen is a terminal multiplexer implementation frequently used for develo
1111
[Screen](https://www.gnu.org/software/screen/)
1212
([source code](https://savannah.gnu.org/git/?group=screen)) is a
1313
[terminal multiplexer](/terminal-multiplexers.html) implementation
14-
often used during Python development on Linux
14+
often used during Python development on Linux and macOS
1515
[operating systems](/operating-systems.html). Screen makes it easier for
1616
programmers to use many shells within a single terminal window while
1717
developing their applications.
@@ -23,3 +23,6 @@ developing their applications.
2323
### Screen resources
2424
* [Learn to use screen, a terminal multiplexer](https://dev.to/thiht/learn-to-use-screen-a-terminal-multiplexer-gl)
2525

26+
* [SCREEN - the terminal multiplexer](https://michael-prokop.at/screen/index.php3)
27+
28+
* [Using GNU Screen to Manage Persistent Terminal Sessions](https://linode.com/docs/networking/ssh/using-gnu-screen-to-manage-persistent-terminal-sessions/)

0 commit comments

Comments
 (0)