TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: App for quickly opening all files and windows necessary for a project

12 点作者 gcj超过 5 年前
I remember some time ago I saw someone posting an App for quickly opening all files and windows necessary for a given project. You could, for instance, set it up so, with a single click, you would open your text editor, some terminal windows running a given command, photoshop, some folders, etc.<p>Does any of you remember what program is that or use some custom solution for the same issue?<p>It&#x27;s a huge pain to have to do that every time, specially if you switch between multiple projects

7 条评论

photonios超过 5 年前
I don&#x27;t know the app you&#x27;re talking about, but I solve this using persistent tmux sessions [1]. I use (Neo)Vim as my text editor, so it&#x27;s just part of the tmux session. Each project has its own session.<p>I am aware that this doesn&#x27;t really help you as your question seems to suggest you are not using an editor that can be run in the terminal.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;tmux-plugins&#x2F;tmux-resurrect" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;tmux-plugins&#x2F;tmux-resurrect</a>
wingerlang超过 5 年前
In macOS I&#x27;ve used Keyboard maestro for this. It allows you to define actions you can click in the menu bar as well.<p>You could also write a simple bash script to do it. If you also like this in the menu bar you can download BitBar which easily lets you put actions into the menu bar via python&#x2F;bash&#x2F;etc. I have a lot of stuff like this, very much as project overview and shortcut area.
seanwilson超过 5 年前
I write simple bash scripts for this that I put in my path e.g. if you type &quot;project123&quot; in the terminal, it will open the project in VS Code, open the git repo is SourceTree, open the API docs in Chrome, start the local server etc. Usually I make it close all those programs first as well so it&#x27;s a clean slate.<p>Pretty simple and really flexible.
评论 #21517521 未加载
thecupisblue超过 5 年前
I found <a href="https:&#x2F;&#x2F;apps.apple.com&#x2F;us&#x2F;app&#x2F;workspaces&#x2F;id1219826448?mt=12" rel="nofollow">https:&#x2F;&#x2F;apps.apple.com&#x2F;us&#x2F;app&#x2F;workspaces&#x2F;id1219826448?mt=12</a> recently
eivarv超过 5 年前
Don&#x27;t know the specific solution you&#x27;re talking about, but I&#x27;m currently making a mac app that handles this.<p>Open beta this winter.<p><a href="https:&#x2F;&#x2F;cleave.app" rel="nofollow">https:&#x2F;&#x2F;cleave.app</a>
m3tr0s超过 5 年前
It is probably Workspaces. It is quite limited though, I&#x27;m planning to set this up using Alfred on macOS which is using AppleScript under the hood.
ta999999171超过 5 年前
You&#x27;re probably talking about AutoHotKey.