LoginSignup
7
7

More than 5 years have passed since last update.

ターミナルでCotEditorでファイルを開く

Last updated at Posted at 2016-12-13

.zshrcなどに

alias coteditor='open $1 -a "/Applications/CotEditor.app"'

と書くと、

% coteditor schema.rb

でCotEditorで開けます。印刷したい場合などに便利です。

7
7
3

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