Project Manager is a CLI tool to quickly bookmark, search and open folders as (programming)-projects.
Bookmark the current directory
project-manager add .
Select a project to open
project-manager open
This program currently requires you to have both fzf
(https://github.com/junegunn/fzf) and code
(https://code.visualstudio.com/) on your path.
- Ability to remove projects
- Ability to configure which program is associated with which project
- Programming Language Detection