????????Fluent Terminal是一款开源的跨平台终端模拟器,它具有美观的用户界面和现代化的功能。它支持多个会话和窗口,可以自定义主题和快捷键,还支持多种协议,如SSH、Telnet、RDP和Serial等。Fluent Terminal还可以通过插件扩展功能,例如添加自定义命令和工具栏按钮等。它适用于Windows、macOS和Linux等操作系统。
????????https://github.com/felixse/FluentTerminal
通过github下载安装。
通过微软应用商店安装。
1.添加到右键菜单。
添加鼠标右键菜单 新建文本,将以下脚本复制到文本中,另存为Install.bat,双击打开Install.bat。
reg add "HKCU\Software\Classes\Directory\shell\Open Fluent Terminal here\command" /d "\"%LOCALAPPDATA%\Microsoft\WindowsApps\flute.exe\" new \"%%1\"" /f
reg add "HKCU\Software\Classes\Directory\Background\shell\Open Fluent Terminal here\command" /d "\"%LOCALAPPDATA%\Microsoft\WindowsApps\flute.exe\" new \"%%V\"" /f
reg add "HKCU\Software\Classes\LibraryFolder\Background\shell\Open Fluent Terminal here\command" /d "\"%LOCALAPPDATA%\Microsoft\WindowsApps\flute.exe\" new \"%%V\"" /f
2.删除右键菜单。
删除鼠标右键菜单 操作同上,另存为Uninstall.bat。
reg delete "HKCU\Software\Classes\Directory\shell\Open Fluent Terminal here" /f
reg delete "HKCU\Software\Classes\Directory\Background\shell\Open Fluent Terminal here" /f
reg delete "HKCU\Software\Classes\LibraryFolder\Background\shell\Open Fluent Terminal here" /f