An action for browsing recently opened Sublime Text 3 projects.
This action allows you to browse and launch recently opened Sublime Text 3 projects. To use the action use:
1. Navigate to the Sublime Text application.
2. Press right-arrow to list recently opened projects.
3. Navigate to desired project and press enter.
The action enumerates recently opened projects listed in ~/Library/Application Support/Sublime Text 3/Local/Session.sublime_session. This list is populated by Sublime Text 3 on quit. So a newly opened project will not appear in this list until after Sublime Text 3 has been quit.
Installation:
Clone the git repository, then open "Recent Sublime Text Projects.lbaction"
https://github.com/vqv/launchbar-st3-projects
[LB6 Action] Recent Sublime Text 3 Projects
Re: [LB6 Action] Recent Sublime Text 3 Projects
Great idea!
Have you thought about adding folder/file history too? Either as a single merged list (which might work just fine with LaunchBar) or as 3 separate lists (e.g. like what happens when you browse iTunes)? They seem to all be in the same file you are currently parsing.
Have you thought about adding folder/file history too? Either as a single merged list (which might work just fine with LaunchBar) or as 3 separate lists (e.g. like what happens when you browse iTunes)? They seem to all be in the same file you are currently parsing.