LoginSignup
3
3

More than 5 years have passed since last update.

ターミナルから Sublime Text を開く

Last updated at Posted at 2015-06-13

以下のシンボリックリンクを作成する

sudo ln -s /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl /usr/local/bin

上記で現在位置のディレクトリをSublime Textで開くことが出来るようになる。
開き方は以下。

$ subl ./

以下を参考にさせて頂きました。
https://www.sublimetext.com/docs/3/osx_command_line.html

3
3
2

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
3
3