Project And Workspace Management
Project Management for Sublime Text 4
Details
Installs
- Total 1K
- Win 531
- Mac 275
- Linux 235
Mar 14 | Mar 13 | Mar 12 | Mar 11 | Mar 10 | Mar 9 | Mar 8 | Mar 7 | Mar 6 | Mar 5 | Mar 4 | Mar 3 | Mar 2 | Mar 1 | Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | Feb 14 | Feb 13 | Feb 12 | Feb 11 | Feb 10 | Feb 9 | Feb 8 | Feb 7 | Feb 6 | Feb 5 | Feb 4 | Feb 3 | Feb 2 | Feb 1 | Jan 31 | Jan 30 | Jan 29 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 1 | 1 | 0 | 1 | 2 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 |
Mac | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 2 | 1 | 2 | 0 | 2 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 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/ordefault_project_path
)
License
Project And Workspace Management is MIT licensed.