bchatard / alfred-jetbrains

Alfred5 workflow to easily open your projects with your favorite JetBrains product.
MIT License
618 stars 49 forks source link
alfred alfred5-workflow jetbrains

JetBrains: Open project

Alfred5 workflow to easily open your projects with your favorite JetBrains product.

npm version npm downloads per week Quality Gate Status

Requirements

You need Node.js LTS and Alfred 5.5+ with the paid Powerpack upgrade.

This workflow need one of JetBrains products (2019.1+), and its shell script to works

About issues

It's my daily tool, so I will fix issue that I can reproduce with my environment, which is

Please check the troubleshooting guide first, and other issues. And please follow the issue template for bug report 🙏

Installation / Update

$ npm install -g @bchatard/alfred-jetbrains

Init shell script

How to use

Default Keywords - Cross Products: `jb` (search projects on for all products) - AndroidStudio: `studio`; - AppCode: `appcode` (sunset by JetBrains, no more support on my side too); - Aqua: `aqua`; - CLion/CLion Nova: `clion` (default to "Standard", see [customisation to change this](#customisation)); - DataGrip: `datagrip`; - DataSpell: `dataspell`; - Fleet: `fleet`; - GoLand: `goland`; - IntelliJ Idea: `idea` (default to Community Edition, see [customisation to change this](#customisation)); - PhpStorm: `pstorm`; - PyCharm: `pycharm` (default to Community Edition, see [customisation to change this](#customisation)); - Rider: `rider`; - RubyMine: `rubymine`; - RustRover: `rustrover`; - WebStorm: `wstorm`; - Writerside: `writerside`;
Supported versions I test with these products/versions: - AndroidStudio: since 3.+; - AppCode: since 2018.3; - Aqua: since 2023.1; - CLion: since 2018.3; - CLion Nova: since 2023.3; - DataGrip: since 2018.3; - DataSpell: since 2023.1; - Fleet: public preview; - GoLand: since 2018.3; - IntelliJ Idea: since 2018.3; - PhpStorm: since 2018.3; - PyCharm: since 2018.3; - Rider: since 2018.3; - RubyMine: since 2018.3; - RustRover: since 2023.2; - WebStorm: since 2018.3; - Writerside: since 2023.2;

Customisation

Some of JetBrains product are available in different editions (ex: PyCharm - Professional, Edu & Community). In that case they share the same bin / keyword, so you need to customise the Preferences folder to retrieve your projects.

Changelog

Changelog

License

MIT © bchatard