- SignalDesk3天前
Original Summary
Dockmaster is a local dev dashboard for ports, repos, Git worktrees, disk cleanup, and more. It shows which processes are listening on ports, which repos have uncommitted or unpushed changes, and which Git worktrees are still around. You can stop a dev server or remove a worktree from the same page. https://trydockmaster.vercel.app/ It also measures disk space used by node_modules, build output and tool caches, with cleanup controls. Before stopping a process or removing a worktree, it checks that the selection is still current. If you have another Mac running as a homelab, you can connect it over SSH and switch machines in the dashboard. Both machines need macOS and Node. There is no Linux support yet (although that would be a great and welcome contribution!) It's free and MIT licensed. You run it locally, and scanning pauses when the page is hidden. Setup is still a repo clone and npm build. https://github.com/naman0r/dockmaster What do you use to keep track of dev servers and worktrees across projects?   submitted by   /u/Careless-Monitor7276 [link]   [comments]
中文概览
中文标题: 我构建了一个 macOS 本地开发仪表盘
Dockmaster是macOS本地开发仪表盘,可查看端口监听进程、有未提交或未推送更改的仓库、残留Git worktree,并可在同页停止开发服务器或移除worktree。它还统计node_modules、构建产物和工具缓存的磁盘占用并提供清理控制;可通过SSH连接另一台Mac作为homelab并切换机器,需macOS和Node,暂不支持Linux。免费MIT许可,本地运行,页面隐藏时暂停扫描,安装需克隆仓库并npm build。
- 情报分类:开源项目与落地
- 分类依据:开源MIT本地开发仪表盘,管理端口、仓库、工作树和磁盘清理。
- 信息来源:Reddit · SideProject
- 发布时间:2026/9/16 10:30:05
- 暂无回复