A Shell-Script which list all your JetBrains Projects and open the selected one.
Just download the shell-script and make them executable:
wget https://raw.githubusercontent.com/rainu/jb-project-opener/main/jetbrains-project-opener
chmod +x jetbrains-project-opener
Or you can just install the AUR-Package on your arch-linux. Here with usage of the yay AUR Helper
yay -S jetbrains-project-opener
Then you can just call it:
./jetbrains-project-opener
MIT, see LICENSE.