An alternative way to open projects. Stop using using the mouse to open projects.
GitHub: Open Sesame
Package Control: Open Sesame
Supports: Sublime Text 3
By default projects are listed as “2-FOLDER-DEEP” structures like the Username/Repository
part of a GitHub URL i.e. projects are found in the pattern PROJECTS_PATH/*/*
.
If you prefer to organise your projects at a single level within your projects path then you can set projects depth setting to 1
. It defaults to 2
.
To configure Open Sesame open Preferences > Settings - User
{
"open-sesame.projects_path": "~/projects",
"open-sesame.projects_depth": 2
}
For more configuration options see the README.