Skip to content

Instantly share code, notes, and snippets.

@lrepolho
Created April 24, 2020 05:23
Show Gist options
  • Save lrepolho/84722223693a8eaaefcf7818f121c3ed to your computer and use it in GitHub Desktop.
Save lrepolho/84722223693a8eaaefcf7818f121c3ed to your computer and use it in GitHub Desktop.
PyCharm command script to launch project / MacOSx / Terminal / iTerm / /usr/local/bin/pycharm
#!/bin/sh
open -na "PyCharm CE.app" --args "${PWD}/$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment