Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add (list of?) QuickLook plugins #276

Open
mathiasbynens opened this issue Nov 2, 2013 · 14 comments
Open

Add (list of?) QuickLook plugins #276

mathiasbynens opened this issue Nov 2, 2013 · 14 comments

Comments

@mathiasbynens
Copy link
Owner

To install, move the .qlgenerator files to /Library/QuickLook/ and run qlmanage -r.

@patrickkettner
Copy link

check out https://github.com/dchest/webp-quicklook, it is less buggy that webpquicklook for me.

Also, these might be useful

@mathiasbynens
Copy link
Owner Author

@patrickkettner Thanks! @dchest/webp-quicklook does seem to support transparency correctly.

@sindresorhus
Copy link
Contributor

I've had a list in Evernote for a long time, and I finally got around to pretty it up:
https://github.com/sindresorhus/quick-look-plugins

@kevinSuttle
Copy link

Nice @sindresorhus!

@mathiasbynens
Copy link
Owner Author

Short, simple, with an explanatory screenshot for each plugin — just perfect! Nice work @sindresorhus.

@kevinSuttle
Copy link

@sindresorhus
Copy link
Contributor

@kevinSuttle does Cask support Quick Look plugins?

@kevinSuttle
Copy link

It does!

qlplugin relative path to a QuickLook plugin that should be linked into the ~/Library/QuickLook folder on installation

@sindresorhus
Copy link
Contributor

@kevinSuttle that's awesome. sindresorhus/quick-look-plugins#3

@mathiasbynens
Copy link
Owner Author

sudo brew cask install "${QUICK_LOOK_PLUGIN_NAME}" --qlplugindir="/Library/QuickLook"

@kevinSuttle
Copy link

Actually, you can install casks with Brewfiles.

Homebrew/homebrew-cask#1946 (comment)

And also, the QL plugins are 1st-class citizens in homebrew-cask, so you don't have to use that dir flag.
As are fonts, and now colorpickers.

Homebrew/homebrew-cask#2008 (comment)

@mathiasbynens
Copy link
Owner Author

@kevinSuttle

Actually, you can install casks with Brewfiles.

Yeah, Brewfiles basically just execute every non-comment line in the file, adding brew as the prefix. So they can be used for any brew command. Not sure if it supports sudo though… If not, I might revert back to .brew.

But good point; I should’ve gotten rid of the separate .cask file when I switched to Brewfile.

And also, the QL plugins are 1st-class citizens in homebrew-cask, so you don't have to use that dir flag.

The dir flag is needed since I want to install in /Library/QuickLook rather than ~/Library/QuickLook.

@kevinSuttle
Copy link

Ah, good to know! Thanks Mat!

Maybe try sudo brew bundle?

You can also have multiple Brewfiles:

$ echo 'install ruby' > Brewfile-ruby
$ echo 'bundle Brewfile-ruby' > Brewfile
$ brew bundle

Via https://coderwall.com/p/afmnbq

@mathiasbynens
Copy link
Owner Author

Yeah but at that point it just makes more sense to have a single .sh file that only uses sudo for those commands that need it.

swinstanley pushed a commit to swinstanley/dotfiles that referenced this issue May 25, 2015
numbers.vim is a plugin that allows for easy switch between
absolute and relative line numbers.
A convenient shortcut: ,tn (toggle numbers) is provided to
switch between the two modes

Fixes mathiasbynens#276
dndhm pushed a commit to dndhm/dotfiles that referenced this issue Nov 26, 2017
minhptx pushed a commit to minhptx/dotfiles that referenced this issue Apr 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants