3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Finderから任意のファイルのdiffを取る(Sublimerge)

Last updated at Posted at 2015-03-31

概要

とある2つのファイルのdiffをFinder上から取りたい。
いろいろ差分ツールあるけどSublime Textのプラグインの「Sublimerge」を利用

やり方

1. Sublimergeのインストール

参考:Sublimergeのインストールと、まずはDiffを取るだけのメモ

2. Sublime Textをコマンドラインから実行できるようにする

参考:備忘録:Sublime Text3をコマンドラインから開くようにする

3. Automatorのサービスに登録

スクリーンショット 2015-03-31 23.21.02.png

上記のスクショを参考に設定。「Compare with Sublime」とかで保存

/usr/local/bin/subl --command "sublimerge_diff {\"left\": \"$1\", \"right\": \"$2\"}"`

※sublのパスは設定したやつ
※Automator初なので正しいやり方か不明・・

4. Finderから選択

スクリーンショット 2015-03-31 23.31.31.png
任意の2つファイルを選択して右クリックから「サービス」で「Compare with Sublime」

スクリーンショット 2015-03-31 23.32.41.png
できた!

以上

フォルダの比較もいけるよ

スクリーンショット 2015-03-31 23.38.46.png

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?