tmux/screen alternative for powershell

32

8

Is there an alternative to tmux/screen that would work on Windows with Powershell? I'm aware of Powerscreen, but it seems dead for a long time. Cygwin wouldn't work with Powershell, would it? Console2 is very poors man solution.

Any other thought?

sumek

Posted 2012-04-05T12:32:01.260

Reputation: 509

Answers

7

Try Cmder. It's awesome! It even bundled with git for windows. http://cmder.net/

aztack

Posted 2012-04-05T12:32:01.260

Reputation: 353

1That appears to be just a terminal emulator, which is cool but that isn't what screen/tmux do. They provide persistent sessions which you can reconnect to if you get disconnected etc so the tmux session is on the server side. – Benj – 2019-12-17T14:27:37.267

6

It's not precisely analogous to tmux or screen, but PowerShell has a facility for managing remote sessions. Ed Wilson wrote a blog post about it entitled Learn How to Manage Remote PowerShell Sessions, which might help. Also see the about_PSSessions PowerShell help topic.

Can you say more about what you're trying to accomplish?

Geoff Duke

Posted 2012-04-05T12:32:01.260

Reputation: 477

4

You don't specify your requirements, so it's somewhat hard to answer your post.

You could try the free Console, which can incorporate PowerShell tabs :

Console is a Windows console window enhancement. Console features include: multiple tabs, text editor-like text selection, different background types, alpha and color-key transparency, configurable font, different window styles.

For details see this article : Console – Windows Command Prompt alternative for Windows and PowerShell.

image

harrymc

Posted 2012-04-05T12:32:01.260

Reputation: 306 093