Create Command-line Launcher Intellij not found

intellij-idea, java, javascript, spring, typescript

Solution

For Mac OS with +2019 Intellij:

- You'll need JetBrains ToolBox

- Turn on Generate shell scripts (no longer in tools > create command line launcher)

- Set path to /usr/local/bin/

- Delete your old executable in /usr/local/bin/

- Quit and re-launch toolbox

Problem

I would like to use ``` idea pom.xml ``` from command line to launch a simple Maven project, and so I think I need to configure using "Create Command-line Launcher" the script path, but I cannot find it in Intellij Ultimate, if I search it in File / Settings I can find it, but then if I add a keyboard shortcut it doesn't work. Could someone help me? Thank you

Original source