
Product
Socket for Jira Is Now Available
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

pdm is a little tool that helps you manage all your different projects.
The initial version only supports switching between projects within project folders. Later, there will be additional features like keeping your tooling configuration in sync.
yarn global add pdm
# or
npm install -g pdm
pdm install fish # currently, bash, fish, and zsh are the only supported shells
You also need to set up your project parent folder.
pdm root add ~/projects
After that, you can switch between projects using the gp command. It supports tab completion and partial matches.
For all following examples, suppose there are the following project folders inside the parent:
abc foo bar baz
gp abc
# you are now inside the `abc` project folder
gp ghi
# Could not find a match for the project name ghi.
gp fo
# you are now inside the `foo` project folder since it's the only match
gp b
# ? The input is ambiguous, please choose the correct project you want to go to › - Use arrow-keys. Return to submit.
# ❯ projects:abc
# projects:bar
# projects:baz
# after selection, you are in the chosen folder
In Bash, the default namespace separator : is treated as a separator for a new token. For bash users
it is recommended to set the namespace separator to another character or completion will not behave as expected.
pdm config namespace-separator /
# in Git Bash on Windows / will be transformed into the install directory so instead:
pdm config namespace-separator //
FAQs
A project directory manager.
We found that pdm demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.