Home

Awesome

ProjectManager-mfm

A project management extension for the Modal File Manager. It creates a list of buttons in the Extra Panel for any directory that is a project directory. The buttons allow for the editing of the package.json file and/or maskfile.md file if they are present. It also allow launching the script in these files. It give you the ability to save project directories, go to them, and remove them from the project list (it doesn't delete projects, just their information in the program). You and install templates to a project directory that is on your computer or in GitHub. It installs a few example ones on GitHub. You can also easily create notes about files in the project and easily reopen them for editing/viewing.

Command Prompt commands

Below is the list of Command Prompt commands that this extension gives:

Command Prompt CommandDescription
PM: Turn Logging OnTurn logging on for scripts in the Project Manager.
PM: Turn Logging OffTurn logging off for scripts in the Project Manager.
PM: Create a NoteCreate a note in the project's note directory.
PM: Open a NoteOpen a note in the project's note directory.
PM: Open a File NoteOpen the note for the current file in the project.
PM: Set note extensionSet the extension for note files.
PM: Go to ProjectGo to a project.
PM: Make a ProjectUse the current directory as a project.
PM: Remove a ProjectDelete a project from the project list.
PM: Install TemplateInstall a template to the current cursor directory.
PM: Make a Local TemplateCreates a new template from the directory of the current cursor.
PM: Make a Web TemplateCreates a new template from the given GitHub template name.
PM: Remove a TemplateRemoves the selected template.
PM: Go to TemplateOpens a Template Folder

Minimum mfm version: 0.1.6

Due to fixes in the extensions needed to get this extension to work. Creating and using extensions is the easiest way to test out the API!