Nyx0uf / qlImageSize

QuickLook and Spotlight plugins to display the dimensions, size and DPI of an image in the title bar instead of the filename. Also preview some unsupported formats like WebP & bpg.
MIT License
1.19k stars 66 forks source link

Add brew cask install #37

Closed MartinDelille closed 5 years ago

MartinDelille commented 5 years ago

Since the cask formula has been added to homebrew-cask (https://github.com/Homebrew/homebrew-cask/pull/59162), here is an update for the README.md.

In the manual uninstallation steps, you're mentioning files that should be removed:

I didn't noticed that this files are created when using this plugin and it looks strange to me that a plugin write to /Library/Application Support (shouldn't it be ~/Library/Application Support?).

Cask offer a "zap" mechanism to clean an application (ie: https://github.com/Homebrew/homebrew-cask/blob/master/Casks/vlc.rb#L25-L33).

Maybe this folder should be added to the cask formula no?

Nyx0uf commented 5 years ago

For the ~/Library/Spotlight/mdImageSize.mdimporter file : This project also offers a Spotlight plugin to display infos when you hit CMD+I

For the /Library/Application Support/qlimagesize : Can be removed it was created by the old .pkg installer.

MartinDelille commented 5 years ago

For the ~/Library/Spotlight/mdImageSize.mdimporter file : This project also offers a Spotlight plugin to display infos when you hit CMD+I

I personnally don't have ~/Library/Spotlight folder but maybe it is due to my macOS version (10.14.3).

Nyx0uf commented 5 years ago

merged thanks