Skip to content

Instantly share code, notes, and snippets.

@tiriana
Last active August 1, 2022 10:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tiriana/9a163cd5436158d93c89e0d20b99caa9 to your computer and use it in GitHub Desktop.
Save tiriana/9a163cd5436158d93c89e0d20b99caa9 to your computer and use it in GitHub Desktop.
Intelij toolbox idea command line
alias idea="$(find ~/.local/share/JetBrains/Toolbox/apps/IDEA-U/ch-0 -maxdepth 1 -type d -name '[[:digit:]]*' -not -name "*plugins" -printf "%T@ %p\n" | sort -nr | head -n 1 | rev | cut -d ' ' -f '1' | rev)/bin/idea.sh"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment