sindresorhus/ama

How do you organize the folders of your open-source projects?

Closed this issue ยท 5 comments

Reply with a screenshot.

Same as #251. Here's a screenshot:

screen shot 2015-11-11 at 01 02 13

Thank you. ๐Ÿ˜„ ๐Ÿ‘

@sindresorhus How do you manage your projects's folders in Sublime Text? What are your steps to switch to a new project? Do you create .sublime-projects files? Do you use the terminal for this? I'm beginner with Sublime.

@rickypaun I don't use the Sublime project feature. I just navigate with the terminal and open the active folder or a specific file in Sublime.

In my dotfiles:

alias subl='/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl'

Then I can just run:

subl .

Or a file:

subl file.js

My directory structure has changed slightly since I wrote this, see #557