Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
Apple Computing Products:
macOS - Apps and Programs
terminal sessions
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="cazabam" data-source="post: 345753" data-attributes="member: 17895"><p>There are a couple of ways to achieve this on OS X. The first is to install iTerm, which is a Terminal.app replacement that supports 'tabbing'. This is a nice GUI way to do it.</p><p></p><p>The other way (that I prefer) is to use a program called 'screen' that, iirc, comes installed by default. Just type 'screen' at the command prompt and you will get ... a blank terminal window. Pressing Ctrl-A then ? will bring up a list of keystrokes or you could read a tutorial like <a href="http://gentoo-wiki.com/TIP_Using_screen" target="_blank">this one</a>.</p><p></p><p>My preferred program is screen because, with a simple press of ctrl-A then D, you can 'detach' it. This leaves everything running in the background and you can 'reconnect' it later by running 'screen -r'. This is how i manage to never log off IRC - I have a machine that I never shut down or put to sleep running screen. Whenever I want to use IRC, I use ssh to access the machine then screen -r to reconnect to the terminal where I left off, even if that's at another computer.</p></blockquote><p></p>
[QUOTE="cazabam, post: 345753, member: 17895"] There are a couple of ways to achieve this on OS X. The first is to install iTerm, which is a Terminal.app replacement that supports 'tabbing'. This is a nice GUI way to do it. The other way (that I prefer) is to use a program called 'screen' that, iirc, comes installed by default. Just type 'screen' at the command prompt and you will get ... a blank terminal window. Pressing Ctrl-A then ? will bring up a list of keystrokes or you could read a tutorial like [url=http://gentoo-wiki.com/TIP_Using_screen]this one[/url]. My preferred program is screen because, with a simple press of ctrl-A then D, you can 'detach' it. This leaves everything running in the background and you can 'reconnect' it later by running 'screen -r'. This is how i manage to never log off IRC - I have a machine that I never shut down or put to sleep running screen. Whenever I want to use IRC, I use ssh to access the machine then screen -r to reconnect to the terminal where I left off, even if that's at another computer. [/QUOTE]
Verification
Name this item 🌈
Post reply
Forums
Apple Computing Products:
macOS - Apps and Programs
terminal sessions
Top