windows terminal关于ssh的基本使用
terminal
The new Windows Terminal and the original Windows console host, all in the same place!
项目地址:https://gitcode.com/gh_mirrors/term/terminal
免费下载资源
·
如何在windows terminal上设置ssh连接?
软件获取
windows10用户可通过应用商店搜索下载windows terminal同时完成安装,该软件目前在应用商店上对于有windows账号的用户是免费使用的。
如何配置
打开软件,点击设置,在jason格式配置文档中写入ssh的登录信息:
guid:唯一标识码,用来标识每个远程终端,该标识码可通过guid生成工具产生,如:www.guidgen.com
name:远程终端的名字;
commandline:命令行,可写入ssh命令和对应的远程地址;
hidden:是否隐藏,即该终端是否可在选项中可见;
登录效果
参考
GitHub 加速计划 / term / terminal
94.53 K
8.17 K
下载
The new Windows Terminal and the original Windows console host, all in the same place!
最近提交(Master分支:2 个月前 )
d04381ec
"HighContrast" is not a possible requested theme. So `_UpdateBackgroundForMica()` would force the settings UI to be light or dark. To fix this, we just check if we're in high contrast mode and, if so, we don't bother setting the requested theme. 8 天前
e83434ff
Turns out that having the styles for the KeyChordText and ParsedCommandLineText be empty for high contrast mode caused the issue. Since we're already using theme resources for the colors, we automatically adjust properly to whatever the high contrast theme is (Thanks XAML!).
Bonus points:
- we didn't need the theme dictionaries anymore, so I just moved them to the ResourceDictionary directly
- ParsedCommandLineTextBlockStyle isn't used. So I removed it altogether.
Validated command palette with multiple high contrast themes. See PR thread for demo.
Closes #17914 8 天前
更多推荐
已为社区贡献2条内容
所有评论(0)