认识
The terminal is the thing (almost always a program these days, but often a piece of hardware back in the bronze age) that manages your keystrokes and shows text to you—both the bits you type and the bits the shell or another program returns to you. When the terminal is a GUI program it draws the nice graphical window, tells X what font to use, calls the text drawing routines and so on. In the old days it might have been little more than a fancy electric typewriter with fan-fold paper.
命令行操作,其优点在于批处理、功能丰富、灵活组合等等。并且,鉴于工作关系,我们需要使用命令行操作。该笔记将记录:在 Linux、Windows、macOS 中,我们使用过终端管理软件,以及我们的配置方法(问题解决办法)。
组成
WIP
构建
ConEmu | Handy Windows Terminal
ConEmu – Handy Windows Terminal
早期(很早了)我们使用的 Windows 多终端实例管理工具。
# 09/11/2021 现在,我们使用 Windows Terminal + WSL 已经能解决多数问题;
tmux | a terminal multiplexer
终端复用器,能够在单个终端里与多个 SHELL 进行交互,而无需运行“无数个” Terminal 程序。
运行平台:Linux