Project manager is a PowerShell module that helps you manage your projects by fuzzy finding your project files. It's using fzf as the fuzzy finder.
git clone --depth 1 https://github.com/Nitestack/Project-Manager $env:USERPROFILE\Documents\PowerShell\Modules\Project-Manager
Import-Module Project-Manager
pm
: fuzzy find your projects under the projects base path and specified sub directories- the fuzzy finder will look one level deep into the sub directories to find your projects
pm-edit
: edit the projects base path (relative to your user home directory)pm-new
: create a new projectpm-delete
: delete a projectpm-add
: add a sub directory (relative to your projects base path)pm-remove
: remove a sub directory (relative to your projects base path)