A Terminal Emulator based on UWP and web technologies.

1. Fluent Terminal 简介

  • 支持PowerShellCMDWSL或其他自定义终端
  • 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

4. 效果图

参考文章

  1. felixse/FluentTerminal | Github
  2. screenFetch - The Bash Screenshot Information Tool | Github
  3. Chocolatey - The package manager for Windows
  4. Hyper | 又一款跨平台的终端模拟器