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 application names with whitespace #11

Closed
probonopd opened this issue Mar 14, 2021 · 1 comment
Closed

Support application names with whitespace #11

probonopd opened this issue Mar 14, 2021 · 1 comment

Comments

@probonopd
Copy link
Member

probonopd commented Mar 14, 2021

@xaoseric mentioned that there is an issue.

This works for me:

% launch "PyCharm CE"
(...)
Selected candidate: "/Applications/Developer/PyCharm CE.app/PyCharm CE"
% launch "/Applications/Developer/PyCharm CE.app"
# Found "/Applications/Developer/PyCharm CE.app"

@xaoseric can you please give details?

@probonopd
Copy link
Member Author

probonopd commented Mar 14, 2021

Well, actually:

One small bug I did find is that if we do launch PyCharm CE it says that it can't find PyCharm. We need to do launch "PyCharm CE" for it to find that .app directory.

This behavior is correct. The name of the application is PyCharm CE and you must give this string to launch as the first argument. The way to do this in shells is to enclose it in single or double quotes.

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

1 participant