求推荐 Windows 下好用的 terminal - V2EX
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
YongXMan

求推荐 Windows 下好用的 terminal

  •  
  •   YongXMan Jul 5, 2024 8373 views
    This topic created in 660 days ago, the information mentioned may be changed or developed.

    OP 平时工作的主力机是 MacBook + SSH Linux ,由于有时 Remote 办公,所以有时候需要通过 vpn 连入公司内网,加上近期发现飞连会进行后台截屏,所以单独开了一个虚拟机安装飞连,只用于工作相关需求。

    需要连入公司内网的话就在本地 MacBook RDP 到本地局域网的 Windows ,平时使用 iTerm2 习惯了,Windows 上安装了 SecureCRT ,真的感觉太难用了,UI 也感觉像是 20 年前的风格,操作起来也不顺手。

    求问有什么推荐好用的 terminal 吗?能达到 iTerm2 水平就行。

    40 replies    2024-07-10 23:43:42 +08:00
    1rv013c6aiWPGt24
        1
    1rv013c6aiWPGt24  
       Jul 5, 2024   7
    Windows Terminal 是最好看的吧...
    dosomethingcool
        2
    dosomethingcool  
       Jul 5, 2024
    xshell 不爆杀?
    Amber2011
        3
    Amber2011  
       Jul 5, 2024   1
    0d
        4
    0d  
       Jul 5, 2024
    nushell + zellij
    jgh004
        5
    jgh004  
       Jul 5, 2024
    Windows Terminal
    0xCAFEF00D
        6
    0xCAFEF00D  
       Jul 5, 2024   1
    tabby 或 terminal
    Yadomin
        7
    Yadomin  
       Jul 5, 2024
    话说我有点好奇,能不能在 Linux 虚拟机里装飞连,然后用 iptables 和路由表,让你本机走虚拟机的 VPN 网络
    azraelrabbit
        8
    azraelrabbit  
       Jul 5, 2024   1
    Mobaxterm 了解一下.
    yanyao233
        9
    yanyao233  
       Jul 5, 2024 via Android
    有没有佬推荐下 linux 下好用的,现在用的是 tabby ,但总感觉不顺手(
    ghostwwg
        10
    ghostwwg  
       Jul 5, 2024
    windows11 开始自带的 terminal 是极具性价比的。
    YongXMan
        11
    YongXMan  
    OP
       Jul 5, 2024
    @Yadomin #7 理论上没问题,但是太折腾了
    ghostwwg
        12
    ghostwwg  
       Jul 5, 2024
    @Yadomin 逻辑上,用 windows server 装 VPN 后 局域网做静态路由就可以局域网内打通
    thinkershare
        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
    thinkershare
        14
    thinkershare  
       Jul 5, 2024
    顺便要吐槽一下 oh-my-posh 的新版本,改用 go 写后,慢的要死。
    noahlias
        15
    noahlias  
       Jul 5, 2024
    windows 下 wezterm !
    Tumblr
        16
    Tumblr  
       Jul 5, 2024
    @Yadomin #7 每天一个开除小技巧

    用啥都是个习惯,V 友觉得好看的,你不一定喜欢,那么多人推荐 Windows Terminal ,不是没有道理的。
    xiaoz
        17
    xiaoz  
       Jul 5, 2024
    可以试试 Xterminal ,参考: https://blog.xiaoz.org/archives/19803
    LonnyWong
        18
    LonnyWong  
       Jul 5, 2024
    Pteromyini
        19
    Pteromyini  
       Jul 5, 2024
    wezterm xterminal tabby 都挺好的感觉,付费的 termus 也不错就是贵
    curvatureship
        20
    curvatureship  
       Jul 5, 2024
    https://github.com/Eugeny/tabby ,开源,自带 sftp
    poporange
        21
    poporange  
       Jul 5, 2024
    xshell 就够了
    feng0vx
        22
    feng0vx  
       Jul 5, 2024 via iPhone
    wsl1
    linhongjun
        23
    linhongjun  
       Jul 5, 2024
    只连 vps 所以用的 mobaxterm 便携版
    Realsin
        24
    Realsin  
       Jul 5, 2024
    termius ,最好用了,还可以多端同步
    WhatTheBridgeSay
        25
    WhatTheBridgeSay  
       Jul 5, 2024
    你要的是单纯的 terminal 的话 Windows 自带的稍微配置一下就足够好用了,如果是想要 SSH Client ,那么 WindTerm 是个不错的选择
    bequt
        26
    bequt  
       Jul 5, 2024   1
    wezterm + tssh 无敌,也很酷。
    FightPig
        27
    FightPig  
       Jul 5, 2024
    试试 wezterm ,我用着还行
    esee
        28
    esee  
       Jul 5, 2024
    windterm 我用的这个
    BraveXaiver
        29
    BraveXaiver  
       Jul 5, 2024
    windterm +1
    Hconk
        30
    Hconk  
       Jul 5, 2024 via iPhone
    windterm +1
    leeiio
        31
    leeiio  
       Jul 5, 2024
    cmder
    yjxjn
        32
    yjxjn  
       Jul 5, 2024
    windterm +1
    her999
        33
    her999  
       Jul 6, 2024
    Windows Terminal 可以调用 MSYS2 ,用 bash 或者 zsh 都可以。
    windcode
        34
    windcode  
       Jul 6, 2024 via iPhone
    WezTerm ,UI 漂亮,可使用 lua 自定义配置,而且跨平台,一套配置可快速在 Linux 、Mac 、Windows 中配置出一模一样的 Terminal
    icaolei
        35
    icaolei  
       Jul 6, 2024
    electerm 开源里最好用的
    yinmin
        36
    yinmin  
       Jul 6, 2024 via iPhone
    windows 虚拟机开一个 socks5 服务给 mac ,也可以直接把远程服务器端口映射到 windows 虚拟机本地端口给 mac 直连
    C0VN
        37
    C0VN  
       Jul 6, 2024
    没人用 MobaXterm 吗?虽然我自己用 Windows terminal 比较多。
    alexhx
        38
    alexhx  
       Jul 6, 2024   1
    ConEmu + GitBash ,用了好多年了
    也在 ConEmu 里配置了 CMD 、PowerShell 啥的,主要还是用 GitBash
    FqwKVgsv
        39
    FqwKVgsv  
       Jul 8, 2024
    我用 windterm 用 onedrive 当备份 mac 和 windows 都可以用
    ketor
        40
    ketor  
       Jul 10, 2024   1
    XShell ,功能强不说了,性能妥妥的 T1 ! 其他的 terminal 多少都有点不跟手,就类似于 macOS 上其实就 iTerm2 最跟手一样。
    About     Help     Advertise     Blog     API     FAQ     Solana     914 Online   Highest 6679       Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 186ms UTC 22:14 PVG 06:14 LAX 15:14 JFK 18:14
    Do have faith in what you're doing.
    ubao msn snddm index pchome yahoo rakuten mypaper meadowduck bidyahoo youbao zxmzxm asda bnvcg cvbfg dfscv mmhjk xxddc yybgb zznbn ccubao uaitu acv GXCV ET GDG YH FG BCVB FJFH CBRE CBC GDG ET54 WRWR RWER WREW WRWER RWER SDG EW SF DSFSF fbbs ubao fhd dfg ewr dg df ewwr ewwr et ruyut utut dfg fgd gdfgt etg dfgt dfgd ert4 gd fgg wr 235 wer3 we vsdf sdf gdf ert xcv sdf rwer hfd dfg cvb rwf afb dfh jgh bmn lgh rty gfds cxv xcv xcs vdas fdf fgd cv sdf tert sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf shasha9178 shasha9178 shasha9178 shasha9178 shasha9178 liflif2 liflif2 liflif2 liflif2 liflif2 liblib3 liblib3 liblib3 liblib3 liblib3 zhazha444 zhazha444 zhazha444 zhazha444 zhazha444 dende5 dende denden denden2 denden21 fenfen9 fenf619 fen619 fenfe9 fe619 sdf sdf sdf sdf sdf zhazh90 zhazh0 zhaa50 zha90 zh590 zho zhoz zhozh zhozho zhozho2 lislis lls95 lili95 lils5 liss9 sdf0ty987 sdft876 sdft9876 sdf09876 sd0t9876 sdf0ty98 sdf0976 sdf0ty986 sdf0ty96 sdf0t76 sdf0876 df0ty98 sf0t876 sd0ty76 sdy76 sdf76 sdf0t76 sdf0ty9 sdf0ty98 sdf0ty987 sdf0ty98 sdf6676 sdf876 sd876 sd876 sdf6 sdf6 sdf9876 sdf0t sdf06 sdf0ty9776 sdf0ty9776 sdf0ty76 sdf8876 sdf0t sd6 sdf06 s688876 sd688 sdf86