A Terminal Emulator based on UWP and web technologies.
1. Fluent Terminal 简介
- 支持
PowerShell
、CMD
、WSL
或其他自定义终端 - Built-in support for SSH
- 多标签、多窗口
- 便捷的主题与外观配置
- 支持导入/导出主题
- 支持导入
iTerm
主题 - 全屏模式
Ctrl-F
搜索- 支持快捷键编辑
- 支持配置
shell profiles
2. 安装 Fluent Terminal
注:需要更新至
Windows 10 Fall Creators Update
参考 How to install(as an end-user)
首先安装 Chocolatey,以管理员身份运行cmd.exe
,运行以下命令:
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
安装完成后,使用choco -v
命令验证Chocolatey
是否已正确安装:
PS C:\Users\abel1> choco -v
0.10.15
PS C:\Users\abel1> choco list -l
Chocolatey v0.10.15
chocolatey 0.10.15
fluent-terminal 0.4.1.0
PowerShell 5.1.14409.20180811
3 packages installed.
之后使用choco
安装fluent-terminal
:
PS C:\Users\abel1> choco install fluent-terminal
3. 常用快捷键
Function | Key |
---|---|
Tab 向前 | Ctrl-Tab |
Tab 向后 | Ctrl-Shift-Tab |
新建 Tab | Ctrl-T |
选择 Profile 新建 Tab | Ctrl-Shift-T |
更改 Tab 标题 | Ctrl-Shift-R |
关闭 Tab | Ctrl-W |
新建 Window | Ctrl-N |
选择 Profile 新建 Window | Ctrl-Shift-N |
打开 Settings | Ctrl-, |
复制 | Ctrl-Shift-C |
粘贴 | Ctrl-Shift-V |
搜索 | Ctrl-F |
全屏 | Alt-Enter |
全选 | Ctrl-A |
快速切换 Tab | Ctrl-1~9 |