Quick Look is a powerful macOS feature that allows you to preview files without opening them fully. You can customize Quick Look to make it even more efficient and tailored to your needs. In this article, we’ll explore how to unlock the hidden productivity with macOS Quick Look extensions.
To modify the background color of Quick Look:
defaults write -g QLPanelBackgroundColor -t rgba 0.9 0.9 0.9 0.8
Afterward, restart the Finder for the changes to take effect:
killall Finder
Now, your Quick Look previews will have the background color you’ve specified.
Quick Look has built-in support for various file types, but you can extend its capabilities by installing plugins. These plugins allow you to preview even more file formats, making Quick Look an even more powerful tool.
To enable Quick Look plugins:
Once installed, you’ll be able to use Quick Look to preview a wider range of file types.
By default, Quick Look previews disappear after a few seconds. If you’d like to extend or shorten this duration, you can do so with a simple Terminal command:
defaults write -g QLPreviewDisplayDuration -float 10.0
Afterward, restart Finder to have the changes take effect:
killall Finder
Now, your Quick Look previews will display for the specified duration, giving you more time to examine your files.
You can also adjust the size of the Quick Look window to better fit your needs:
<width>
and <height>
with your preferred values.defaults write -g QLPreviewWidth <width> && defaults write -g QLPreviewHeight <height>
This change allows you to control the size of the Quick Look preview window.
In some cases, you may want to prevent Quick Look from generating previews for specific file types. To do this:
qlmanage -r disable com.adobe.pdf
To re-enable Quick Look previews for the file type, run:
qlmanage -r enable com.adobe.pdf
By customizing with macOS Quick Look extensions, you can make it work more efficiently and effectively for your specific needs, ultimately boosting your productivity on macOS.
The Runners UpThe Most Picturesque College Campus Amidst the rugged beauty of West Virginia, where… Read More
May 16th brings on the delightful aroma of charred meat and smoky goodness – it's… Read More
The Future of Space Exploration: Mars Colonization and Beyond Unleashing humanity's potential, we joyfully embrace… Read More
Amidst the stunning landscapes of Washington state, where lush forests meet snow-capped mountains and vibrant… Read More
The Runners Up:The Most Picturesque College Campus Amidst the diverse landscapes of Virginia, where historical… Read More
Amidst the rolling hills and charming villages that dot the countryside, picturesque college campuses of… Read More
This website uses cookies.