Skip to content

Bring OS X “Quick Look” feature to Windows

License

GPL-3.0, LGPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE-GPL.txt
LGPL-3.0
LICENSE-LGPL.txt
Notifications You must be signed in to change notification settings

abhishek4official/QuickLook

 
 

Repository files navigation

QuickLook

Build status

This project is currently under heavy development. Always come back to see what's new.

Background

Quick Look is among the few features I missed from Mac OS X. It enables very quick preview of file by pressing Space key while highlighting it, without opening its associated application. Then I decide to add this feature to Windows by myself, which results this “QuickLook” project.

You may ask, why you write this when there several alternatives available on the Internet (e.g. WinQuickLook and Seer)? The answer is that, they are all among those which no longer actively developed, lack of support of file types and plugins, or asking user for amounts of $$$.

Features

Till now, QuickLook supports the preview of

  • Images: e.g. .png, .jpg, .bmp and .gif
  • Compressed archives: .zip, .rar, .7z etc.
  • Pdf file
  • All kinds of text files (determined by file content)
  • Microsoft Word (.doc, .docx), Excel (.xls, .xlsx) and PowerPoint (.ppt, .pptx) files (requires MS Office installation)
  • Other files and folders will be shown in a information box

Hotkeys in preview window:

  • Space Show/Hide the preview window
  • Ctrl+Wheel Zoom in/out

Development

The previewing ability can be extended by new plugins. Read the plugin interface, context object for more information. Pre-shipped plugins contains more detailed implementation. Note that any plugin must be under the QuickLook.Plugin namespace, has the filename similar to QuickLook.Plugin.YourPlugin.dll and placed under <Application>\Plugins\QuickLook.Plugin.YourPlugin\ subfolder.

About

Bring OS X “Quick Look” feature to Windows

Resources

License

GPL-3.0, LGPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE-GPL.txt
LGPL-3.0
LICENSE-LGPL.txt

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 96.0%
  • C++ 3.7%
  • Other 0.3%