ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Project​Manager

by randy3k ST3

Project Manager for Sublime Text

Details

Installs

  • Total 67K
  • Win 29K
  • Mac 23K
  • Linux 15K
Sep 25 Sep 24 Sep 23 Sep 22 Sep 21 Sep 20 Sep 19 Sep 18 Sep 17 Sep 16 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10 Sep 9 Sep 8 Sep 7 Sep 6 Sep 5 Sep 4 Sep 3 Sep 2 Sep 1 Aug 31 Aug 30 Aug 29 Aug 28 Aug 27 Aug 26 Aug 25 Aug 24 Aug 23 Aug 22 Aug 21 Aug 20 Aug 19 Aug 18 Aug 17 Aug 16 Aug 15 Aug 14 Aug 13 Aug 12 Aug 11
Windows 1 4 5 6 2 6 1 3 2 3 1 1 4 1 4 2 2 2 7 8 2 1 5 1 1 4 2 6 6 3 3 3 4 2 3 2 2 2 0 0 1 4 2 2 2 3
Mac 1 1 1 3 2 0 1 1 2 1 5 2 1 1 4 2 2 2 3 3 2 3 2 1 1 2 1 1 0 0 3 2 3 4 9 0 1 0 0 3 2 3 2 1 0 2
Linux 0 2 2 0 1 0 0 2 0 4 3 2 2 0 1 0 0 5 1 1 2 0 3 1 1 0 2 2 2 1 0 1 2 0 0 3 1 1 1 0 3 1 1 0 0 0

Readme

Source
raw.​githubusercontent.​com

Project Manager for Sublime Text

test codecov

Don't have any idea what *.sublime-project and *.sublime-workspace are doing? Forget where the project files are? Don't worry, Project Manager will help organizing the project files by putting them in a centralized location. (It is inspired by Atom's Project Manager, but Atom's Project Manager is inspired by the built-in Sublime Text Project Manager, so there is a circular reasoning here).

Screenshot

Check this video by Laracasts.

Installation

Using Package Control is not required, but recommended as it keeps your packages (with their dependencies) up-to-date!

Installation via Package Control

Usage

To launch ProjectManager, use the main menu (Project > Project Manager) or the command palette (Project Manager: ...).

To quickly switch between projects, use the hotkey CtrlCmdP on macOS (CtrlAltP on Windows / Linux).

ProjectManager also improves the shortcut CtrlShiftW on Windows / Linux so that it will close the project when the window is closed. On OSX, this is the default behaviour.

Options are self-explanatory, enjoy!

Create new project

Just drag some folders to Sublime Text and then “Add Project”. The project files will be created in Packages/User/Projects/.

Add existing projects to Project Manager

There are two ways to add existing projects to Project Manager.

  • If you want Project Manager manages the project files: move your *.sublime- project and *.sublime-workspace files in the project directory Packages/User/Projects/. You may need to update the project's folder information of the files. Don't forget to run Project Manager: Refresh Projects after it.

  • If you want to keep the project files (*.sublime-project and *.sublime-workspace) in your project directory: open your project file *.sublime-project, and then use the import option of Project Manager. This tells Project Manager where *.sublime-project is located and Project Manager will know where to look when the project is opened. In other words, you can put the *.sublime-project file in any places.

FAQ

  • How to open project in a new window with a shortcut? It can be done by adding the following keybind in your user keybind settings file:
{
    "keys": ["super+ctrl+o"], // or ["ctrl+alt+o"] for Windows/Linux
    "command": "project_manager", "args": {"action": "open_project_in_new_window"}
}

License

Project Manager is MIT licensed.