展示HN:Psmux – 适用于Windows的tmux兼容多路复用器

3作者: uniquegodwin30 天前原帖
我创建了psmux,以便在Windows Powershell中实现类似tmux的工作流程,而无需依赖WSL、Cygwin或MSYS2。<p>它是用Rust编写的,能够与PowerShell集成,读取现有的.tmux.conf文件,并支持分屏、会话、鼠标模式和常见的tmux快捷键。<p>我非常希望能收到依赖终端工作流程的Windows开发者的反馈。
查看原文
I built psmux to bring a tmux style workflow to Windows Powershell without relying on WSL, Cygwin, or MSYS2.<p>It is written in Rust, integrates with PowerShell, reads existing .tmux.conf files, and supports split panes, sessions, mouse mode, and common tmux keybindings.<p>I would love feedback from Windows developers who rely on terminal workflows.