Open your recent projects from Jetbrains based IDEs from ulauncher.
- Ulauncher 5
- Python >= 3
- The Jetbrains IDE you want to use.
Open ulauncher preferences window -> extensions -> add extension and paste the following url:
https://github.com/brpaz/ulauncher-jetbrains
The following Jetbrains IDEs are supported:
- PHPStorm
- WebStorm
- PyCharm
- InteliJ
- GoLang
- CLion
- AndroidStudio
- Rider
- RubyMine
Before using this extension, you must create a command line launcher for your Jetbrains IDE. For that you can go to "Tools -> Create Command Line Launcher" in your IDE. After that, you should configure the path to the created launcher in the plugin settings.
You also need to configure the path of your IDE "recentProjects" file in the plugin settings. The path is something like "~/.PhpStorm2018.1/config/options/recentProjectDirectories.xml". You will probably just need to change the ".PhpStorm2018.1/" part to match your IDE version.
git clone https://github.com/brpaz/ulauncher-jetbrains
cd ulauncher-jetbrains
make link
The make link command will symlink the cloned repo into the appropriate location on the ulauncher
extensions folder.
To see your changes, stop ulauncher and run it from the command line with: ulauncher -v.
All contributions are welcome.
Copywright @ 2019 Bruno Paz
This project is MIT Licensed.

