
OP 平时工作的主力机是 MacBook + SSH Linux ,由于有时 Remote 办公,所以有时候需要通过 vpn 连入公司内网,加上近期发现飞连会进行后台截屏,所以单独开了一个虚拟机安装飞连,只用于工作相关需求。
需要连入公司内网的话就在本地 MacBook RDP 到本地局域网的 Windows ,平时使用 iTerm2 习惯了,Windows 上安装了 SecureCRT ,真的感觉太难用了,UI 也感觉像是 20 年前的风格,操作起来也不顺手。
求问有什么推荐好用的 terminal 吗?能达到 iTerm2 水平就行。
1 1rv013c6aiWPGt24 Jul 5, 2024 Windows Terminal 是最好看的吧... |
2 dosomethingcool Jul 5, 2024 xshell 不爆杀? |
3 Amber2011 Jul 5, 2024 |
nushell + zellij |
5 jgh004 Jul 5, 2024 Windows Terminal |
6 0xCAFEF00D Jul 5, 2024 tabby 或 terminal |
7 Yadomin Jul 5, 2024 话说我有点好奇,能不能在 Linux 虚拟机里装飞连,然后用 iptables 和路由表,让你本机走虚拟机的 VPN 网络 |
8 azraelrabbit Jul 5, 2024 Mobaxterm 了解一下. |
9 yanyao233 Jul 5, 2024 via Android 有没有佬推荐下 linux 下好用的,现在用的是 tabby ,但总感觉不顺手( |
10 ghostwwg Jul 5, 2024 windows11 开始自带的 terminal 是极具性价比的。 |
13 thinkershare Jul 5, 2024 Windows Terminal, 安装一下扩展,Terminal 有很多扩展。 我的 porfile 文件暂时是这个, 有很多花里胡哨的 UI 调整,我还一直想要微软将这个 terminal 跨平台,不过暂时没戏。 # Import-Module posh-git Import-Module PSReadLine oh-my-posh --init --shell pwsh --cOnfig="C:\Users\XXX\omp.json" | Invoke-Expression Set-PSReadLineOption -PredictionSource History Set-PSReadLineOption -HistorySearchCursorMovesToEnd Set-PSReadLineKeyHandler -Key "Tab" -Function MenuComplete Set-PSReadlineKeyHandler -Key "Ctrl+d" -Function ViExit Set-PSReadLineKeyHandler -Key "Ctrl+z" -Function Undo Set-PSReadLineKeyHandler -Key UpArrow -Function HistorySearchBackward Set-PSReadLineKeyHandler -Key DownArrow -Function HistorySearchForward |
14 thinkershare Jul 5, 2024 顺便要吐槽一下 oh-my-posh 的新版本,改用 go 写后,慢的要死。 |
15 noahlias Jul 5, 2024 windows 下 wezterm ! |
16 Tumblr Jul 5, 2024 |
17 xiaoz Jul 5, 2024 可以试试 Xterminal ,参考: https://blog.xiaoz.org/archives/19803 |
18 LonnyWong Jul 5, 2024 Windows Terminal + https://github.com/trzsz/trzsz-ssh |
19 Pteromyini Jul 5, 2024 wezterm xterminal tabby 都挺好的感觉,付费的 termus 也不错就是贵 |
20 curvatureship Jul 5, 2024 https://github.com/Eugeny/tabby ,开源,自带 sftp |
21 poporange Jul 5, 2024 xshell 就够了 |
22 feng0vx Jul 5, 2024 via iPhone wsl1 |
23 linhongjun Jul 5, 2024 只连 vps 所以用的 mobaxterm 便携版 |
24 Realsin Jul 5, 2024 termius ,最好用了,还可以多端同步 |
25 WhatTheBridgeSay Jul 5, 2024 你要的是单纯的 terminal 的话 Windows 自带的稍微配置一下就足够好用了,如果是想要 SSH Client ,那么 WindTerm 是个不错的选择 |
26 bequt Jul 5, 2024 wezterm + tssh 无敌,也很酷。 |
27 FightPig Jul 5, 2024 试试 wezterm ,我用着还行 |
28 esee Jul 5, 2024 windterm 我用的这个 |
29 BraveXaiver Jul 5, 2024 windterm +1 |
30 Hconk Jul 5, 2024 via iPhone windterm +1 |
31 leeiio Jul 5, 2024 cmder |
32 yjxjn Jul 5, 2024 windterm +1 |
33 her999 Jul 6, 2024 Windows Terminal 可以调用 MSYS2 ,用 bash 或者 zsh 都可以。 |
34 windcode Jul 6, 2024 via iPhone WezTerm ,UI 漂亮,可使用 lua 自定义配置,而且跨平台,一套配置可快速在 Linux 、Mac 、Windows 中配置出一模一样的 Terminal |
35 icaolei Jul 6, 2024 electerm 开源里最好用的 |
36 yinmin Jul 6, 2024 via iPhone windows 虚拟机开一个 socks5 服务给 mac ,也可以直接把远程服务器端口映射到 windows 虚拟机本地端口给 mac 直连 |
37 C0VN Jul 6, 2024 没人用 MobaXterm 吗?虽然我自己用 Windows terminal 比较多。 |
38 alexhx Jul 6, 2024 ConEmu + GitBash ,用了好多年了 也在 ConEmu 里配置了 CMD 、PowerShell 啥的,主要还是用 GitBash |
39 FqwKVgsv Jul 8, 2024 我用 windterm 用 onedrive 当备份 mac 和 windows 都可以用 |
40 ketor Jul 10, 2024 XShell ,功能强不说了,性能妥妥的 T1 ! 其他的 terminal 多少都有点不跟手,就类似于 macOS 上其实就 iTerm2 最跟手一样。 |