Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for shell scripts in opening apps #31

Open
mikybars opened this issue Nov 30, 2020 · 1 comment
Open

Support for shell scripts in opening apps #31

mikybars opened this issue Nov 30, 2020 · 1 comment

Comments

@mikybars
Copy link

Currently if I want to open a repo with IntelliJ Idea the official recommendation is to leverage the auto-generated shell script /usr/local/bin/idea. Unfortunately that's not working when I set it up in one of the app_* options:

  "app_cmd": "/usr/local/bin/idea", 

If I inline it I get it working but then I end up with something like this:

  "app_cmd": "/Users/miguel.perez/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/202.7660.26/IntelliJ IDEA.app/Contents/MacOS/idea", 

Which has two problems:

  • It's likely to change in future releases of IntelliJ (different versions with different build numbers and that's why they provide a wrapper script)
  • It's look ugly when you hold the mod key in the results listing: ~/projects/../... // Open in /Users/miguel.perez/Library/Applic
@DieterHolvoet
Copy link

I would like this as well, it would make it possible for me to use this with Gitkraken.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants