LoginSignup
4
2

More than 5 years have passed since last update.

ターミナルでGoLandを使ってプロジェクトを開く

Last updated at Posted at 2018-04-10

バージョン

Goland 2018.1

できるようになること

ターミナルで

goland path/to/project

と打って、対象のプロジェクトが開けるようになる。

ターミナルからRubyMineを呼んで任意ファイルを開く - Qiita のGoLandバージョン。

やり方

①Tools -> Create Command-line Launcher

スクリーンショット 2018-04-10 11.04.12.png

②開いたウインドウでパスをコピー

スクリーンショット 2018-04-10 11.04.25.png

③エイリアスを追加
.zshrc(or .bashrc)にエイリアスを追加します。

alias goland='<YOUR_PATH>/goland'

<YOUR_PATH>には②でコピーしたパスを入れてください。

参考

Launch IntelliJ IDEA or Goland from command line (Linux or MacOs)

4
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
2