19
14

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のQuicklookの機能を拡張する

Last updated at Posted at 2015-10-22

#Finderでzipファイルの中身も見たい
HomebrewでHomebrew Caskを追加する
Homebrewをインストール済みでない方はまず以下の方法でダウンロードする
参考:Homebrewのインストールの仕方
続いてbrew caskコマンドをつかってOSX用のソフトウェアをインストールできるようにHomebrew Caskをインストール。
Caskをインストールする
$ brew install caskroom/cask/brew-cask

FinderのQuicklookでzipの中身もプレビューできるようにしたい!
$ brew cask install betterzipql

#他にもいろいろプレビューしたい
.md(Markdown)ファイルもプレビューしたい
$ brew cask install qlmarkdown
JSONファイルもプレビューしたい
$ brew cask install quicklook-json
拡張子がなくてもプレビュー
$ brew cask install qlstephen
画像ファイルのプレビューにサイズも表示したい
$ brew cask install qlimagesize

何度もコマンド打たずに一発で終わらせたい!
$ brew cask qlmarkdown quicklook-json qlstephen qlimagesize

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?