All Projects → randy3k → Projectmanager

randy3k / Projectmanager

Licence: mit
Project Manager for Sublime Text

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Projectmanager

sublime-sesame
Add, open, remove, switch, and manage projects and folders, using the command palette and key bindings.
Stars: ✭ 15 (-94.79%)
Mutual labels:  sublime-text
SetupStuff
This repository contains the instructions to install various tools that are helpful to a developer.
Stars: ✭ 18 (-93.75%)
Mutual labels:  sublime-text
slyblime
Interactive Lisp IDE with REPL, Inspector, Debugger and more for Sublime Text 4.
Stars: ✭ 35 (-87.85%)
Mutual labels:  sublime-text
CSSFontFamily
CSSFontFamily is a Sublime Text plugin with a collection of font stacks autocomplete.
Stars: ✭ 15 (-94.79%)
Mutual labels:  sublime-text
sublime-atomizr
Convert Sublime Text completions into Atom (or Visual Studio Code) snippets, and vice versa.
Stars: ✭ 12 (-95.83%)
Mutual labels:  sublime-text
sublime-php-grammar
An smart macro PHP plugin for Sublime Text.
Stars: ✭ 30 (-89.58%)
Mutual labels:  sublime-text
sublime-patcher
Bash script for patching/cracking Sublime Text on Linux
Stars: ✭ 20 (-93.06%)
Mutual labels:  sublime-text
Requester
Powerful, modern HTTP/REST client built on top of the Requests library
Stars: ✭ 273 (-5.21%)
Mutual labels:  sublime-text
eRCaGuy dotfiles
.bashrc file, terminal prompt that shows current git branch, Arduino setup, Eclipse setup, git diff with line numbers, helpful scripts, improved Linux productivity, etc.
Stars: ✭ 84 (-70.83%)
Mutual labels:  sublime-text
Kung-Fury-Theme
80's dark retro theme for VS Code and Sublime Text
Stars: ✭ 29 (-89.93%)
Mutual labels:  sublime-text
CodeChampion
Plays epic sound clips when you write epic code on sublime Text!
Stars: ✭ 30 (-89.58%)
Mutual labels:  sublime-text
SublimeXssEncode
Converts characters from one encoding to another using a transformation.
Stars: ✭ 37 (-87.15%)
Mutual labels:  sublime-text
ST-ShellScriptImproved
❌ [Deprecated] A better ShellScript (Bash) syntax highlight for Sublime Text >= 3143
Stars: ✭ 25 (-91.32%)
Mutual labels:  sublime-text
Sublime-QML
QML support for Sublime Text 2 and Sublime Text 3
Stars: ✭ 19 (-93.4%)
Mutual labels:  sublime-text
React Native Snippets
✏️ A collection of React Native snippets for Sublime Text and Atom
Stars: ✭ 257 (-10.76%)
Mutual labels:  sublime-text
YaraSyntax
YARA package for Sublime Text
Stars: ✭ 15 (-94.79%)
Mutual labels:  sublime-text
sublimetext-syntaxfold
Sublime Text Plugin that provides a configurable command and popup for folding code based on syntax
Stars: ✭ 41 (-85.76%)
Mutual labels:  sublime-text
Markdownediting
Powerful Markdown package for Sublime Text with better syntax understanding and good color schemes.
Stars: ✭ 2,976 (+933.33%)
Mutual labels:  sublime-text
Minivim
My way to see Vim.
Stars: ✭ 266 (-7.64%)
Mutual labels:  sublime-text
GDL-sublime
📝 A Sublime Text package for the programming language GDL (Geometric Description Language)
Stars: ✭ 25 (-91.32%)
Mutual labels:  sublime-text

Project Manager for Sublime Text

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.

  • 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": "new"}
}
  • How to use a different project directory?

To use a different directory for your projects rather than Packages/User/Projects/, edit the following in package settings: Preferences > Package Settings > Project Manager

{
    "projects_path": ["path/to/custom/projects_dir"],
}

License

Project Manager is MIT licensed.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].