Git Bash 的多会话管理器就像 GNU 的屏幕

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/24108625/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 10:05:53  来源:igfitidea点击:

Multi-Session Manager for Git Bash Like GNU's Screen

gitcygwintmuxgnu-screenbyobu

提问by trysis

I'm not sure what to name this question, as I am not sure what the technical name is for the type of program I am talking about.

我不知道如何命名这个问题,因为我不确定我正在谈论的程序类型的技术名称是什么。

Is there a program available for Git Bashthat is similar to screen, tmux, or byobu? I know all 3 are available for Cygwin, but I can not find information about using them with Git Bash. I like Git Bashbecause it is simpler and takes up less space, among other things.

有一个程序可以Git Bash类似于screentmuxbyobu?我知道所有 3 个都可用于Cygwin,但我找不到有关将它们与Git Bash. 我喜欢Git Bash它,因为它更简单,占用的空间更少,等等。

回答by max630

Nowadays the official git for windows is based at msys2 which seems to have tmux package at least. You can install g4w sdk as described hereand then install tmux through pacman.

现在 windows 的官方 git 是基于 msys2 的,它似乎至少有 tmux 包。您可以按照此处所述安装 g4w sdk ,然后通过 pacman 安装 tmux。