
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
alfred-open-in-ide
Advanced tools
This workflow opens directories in your integrated development environment (IDE) of choice using fuzzy search. Supported IDEs include:
This workflow opens directories in your integrated development environment (IDE) of choice using fuzzy search. Supported IDEs include:
[!IMPORTANT] Before using this workflow make sure your IDE terminal command is installed, available in $PATH, and you can open directories/files directly from terminal. e.g.
cursor ~/dev/myproject
.
npm install -g alfred-open-in-ide
.alfredworkflow
file to installIn the configuration panel, you can:
Projects Directory: Set the path to your projects directory using glob patterns. For example:
~/Projects/*
- All directories in your Projects folder~/Projects/*/*
- All directories and their immediate directories in your Projects folder~/Projects/{project1,project2}
- Specific projectsIDE Selection: Choose your preferred IDE from the dropdown menu. Available options:
Once configured the Alfred keyword will match the name of your chosen IDE (cursor
, code
, or webstorm
). Open alfred, type the name of your chosen IDE followed by a space, now begin typing the name of the directory/project you want to open.
Clone the repository:
git clone https://github.com/jackw/alfred-open-in-ide.git
cd alfred-open-in-ide
Install dependencies:
npm install
[!Note] This will also install the workflow in Alfred.
Start development mode:
npm start
To build the workflow for distribution:
pnpm build
Run the test suite:
pnpm test
git checkout -b feature/amazing-feature
)git commit -m 'Add some amazing feature'
)git push origin feature/amazing-feature
)This project is licensed under the MIT License - see the LICENSE file for details.
This workflow wouldn't exist without these awesome projects:
FAQs
This workflow opens directories in your integrated development environment (IDE) of choice using fuzzy search. Supported IDEs include:
We found that alfred-open-in-ide demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.