TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Quick start projects

70 pointsby daw___over 11 years ago

9 comments

raphaelbover 11 years ago
This is super cool! I&#x27;ve often thought about doing exactly this but never got off my ass to start building it!<p>The only other functionality I would like out of my own setup which I might play around with is having each of the projects have some keyword &#x2F; context based on the project. So for example all of my &#x27;blog&#x27; browser windows are in one browser window with multiple tabs and I could be in another project and move a tab to my blog project easily.<p>The other thing I would like about that is sometimes I end up with 25+ tabs, all over the place relating to one or two of my projects. If when I did the equivalent of virtualenvs &quot;deactivate&quot;, it would save all of the tabs in the active projects browser window and they would open later when I deactivated the project. This also would be useful for to leave a project all alone, as close to how I left off as possible to focus on something else, but without losing that state.<p>Like screen for your entire work setup.<p>Thanks for sharing your setup!
sbovover 11 years ago
In osx I just have a desktop per project and never close anything related to it. I code using vim though so I&#x27;m not sure if this works with an ide.
评论 #7046250 未加载
评论 #7047309 未加载
danieldkover 11 years ago
Interesting! At some point I have started creating small shell functions to switch between environments (setting the correct paths, etc.). This was when I was mainly doing C, C++, and Prolog work.<p>In my last two positions I primarily work on mavenized Java projects and find that IntelliJ projects provide most of the context switching.<p>The upside is that it is far less work to set up and customise projects than vim&#x2F;emacs plus shell. The downside is that the customisation that you can do is far more limited.<p>I&#x27;d love to hear experiences from someone who works on Python or Ruby code, and tried both PyCharm&#x2F;RubyMine vs. vim&#x2F;emacs&#x2F;tmux.
评论 #7048032 未加载
thatthatisover 11 years ago
Wow, I just built nearly the same thing for my windows environment using autohoykey.<p>I might put together a post about it now that I see there is some interest
评论 #7046488 未加载
评论 #7048603 未加载
tdavisover 11 years ago
My setup is Emacs + workgroups.el + prodigy.el. No GUI apps to manage, everything configurable via elisp. It is grand.
ilakshover 11 years ago
Congratulations, you just invented the IDE.
purereasonover 11 years ago
I&#x27;d love to see someone build a similar script that can also work with desktop applications like Eclipse or creative tools like Photoshop so we can with one click switch between project without having to close &#x2F; open files and applications. There&#x27;s a good chance there&#x27;s something out there like that, if so I&#x27;d live to know about it, and if not it might be a cool thing to have. Thanks!
评论 #7046813 未加载
评论 #7046262 未加载
评论 #7045947 未加载
facorreiaover 11 years ago
Very interesting. I also find myself often doing the same repetitive workspace setup. I think I&#x27;ll go ahead and try to apply this technique on my Linux environment.
评论 #7045997 未加载
yla92over 11 years ago
The only problem I have with tmux is copy&#x2F;paste texts from outside. Maybe, I am too noob. How do you guys do that ?
评论 #7046376 未加载