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

Project And Workspace Management

by Tushar Paul ST4

Project Management for Sublime Text 4

Details

Installs

  • Total 629
  • Win 342
  • Mac 160
  • Linux 127
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 Aug 10
Windows 1 0 1 1 1 1 0 0 1 0 1 0 1 1 0 1 1 2 2 1 0 0 0 0 0 1 2 1 0 1 2 1 0 0 0 2 0 0 0 0 1 0 0 0 0 0
Mac 0 0 0 1 0 0 0 1 0 0 1 0 1 0 1 0 3 0 0 0 0 0 0 0 1 0 0 0 0 2 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0
Linux 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1

Readme

Source
raw.​githubusercontent.​com

Project And Workspace Management

A Project and Workspace Management plugin for Sublime Text 4.

This project was inspired by https://github.com/randy3k/ProjectManager

Functionality

This plugin helps you manage your sublime workspace files. You can create and quickly switch between multiple workspaces for a single sublime text project. Extra functionality to be added (see Todo Section).

Please open the one of the .sublime-workspace files to open a project because opening the .sublime-project file will create a new workspace at the root instead of the hidden folder!

Commands

Commands Function
Edit Settings Opens a window with the default, non-editable settings on the left and user overrides file on the right, closes when the user file is closed
New Project Creates new project files (<project>.sublime-project, .sublime-workspaces folder and .gitignore) at the specified path
New Workspace Creates new workspace file inside .sublime-workspaces folder
Open Workspace Opens existing workspace in a new window
Rename Workspace Renames existing workspace and opens it in a new window
Delete Workspace Deletes existing workspace
Create Project at existing folder Create Project files at currently open folder (if any)
Import Project Files At Current Folder Edits workspace files inside .sublime_workspaces/ to work with the new project path and rename Project/Workspace files (use with caution and only use once on a copied/moved project)

Settings

Commands Function
default_project_path default value for New Project input
workspaces_subpath properly formatted path to store workspaces to (e.g. .sublime-workspaces, .sublime/workspaces)
default_project_file_text properly formatted json text for <project>.sublime-project file
default_gitignore_file_text properly formatted json text for .gitignore file

Todo

  • [ ] search for existing project files on disk
  • [ ] support for centralization (absolute paths in workspaces_subpath and/or default_project_path)

License

Project And Workspace Management is MIT licensed.