mirror of
https://github.com/QL-Win/QuickLook.git
synced 2026-05-07 02:00:21 +08:00
67 lines
3.2 KiB
Markdown
67 lines
3.2 KiB
Markdown

|
||
|
||
# QuickLook
|
||
|
||
[](https://www.gnu.org/licenses/lgpl-3.0.en.html)
|
||
[](https://ci.appveyor.com/project/xupefei/QuickLook)
|
||
[](https://github.com/xupefei/QuickLook/releases)
|
||
[](https://github.com/xupefei/QuickLook/releases/latest)
|
||
|
||
*This project is currently under heavy development. Come back often to see what's new.*
|
||
|
||
<img src="http://pooi.moe/QuickLook/sample.gif?2" width="400">
|
||
|
||
## Background
|
||
[Quick Look](https://en.wikipedia.org/wiki/Quick_Look) is among the few features I missed from Mac OS X. It enables *very* quick preview of file by pressing <kbd>Space</kbd> 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](https://github.com/shibayan/WinQuickLook) and [Seer](https://github.com/ccseer/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 $$$.
|
||
|
||
## Highlights
|
||
|
||
✅ Instant preview
|
||
✅ Beautiful UI
|
||
✅ Perfect HiDPI support
|
||
✅ Native 64-bit application
|
||
|
||
✅ Preview from Open and Save File Dialog
|
||
✅ Preview from 3rd-party file managers
|
||
✅ Easy extended by plugins
|
||
|
||
✅ Strict GPL license to keep it free forever
|
||
|
||
## Usage
|
||
|
||
### General usage
|
||
|
||
1. Download either installer or portable archive from [GitHub Release](https://github.com/xupefei/QuickLook/releases) page
|
||
2. Run `QuickLook.exe`
|
||
3. Select a file/folder on the Desktop / in a File Explorer window / in an Open- or Save-File dialog
|
||
4. Press <kbd>Spacebar</kbd>
|
||
5. Select another file/folder in the same manner
|
||
6. When you're done, click on the `❎` button, or press <kbd>Spacebar</kbd> again
|
||
|
||
### Hotkeys
|
||
|
||
- <kbd>Spacebar</kbd> Show/Hide the preview window
|
||
- <kbd>Esc</kbd> Hide the preview window
|
||
- <kbd>Enter</kbd> Open/Execute current file
|
||
- <kbd>Mouse️</kbd> <kbd>↑</kbd> <kbd>↓</kbd> <kbd>←</kbd> <kbd>→</kbd> Preview another file
|
||
- <kbd>Ctrl-Wheel</kbd> Zoom in/out images
|
||
|
||
## More Information
|
||
|
||
See the [Wiki page](https://github.com/xupefei/QuickLook/wiki).
|
||
|
||
## Licenses
|
||
|
||

|
||
|
||
Application icons made by Freepik from www.flaticon.com. Used under the [Flaticon Basic License](http://file000.flaticon.com/downloads/license/license.pdf).
|
||
|
||
This project references many other projects. See [here](https://github.com/xupefei/QuickLook/wiki/On-the-Shoulders-of-Giants) for the full list.
|
||
|
||
All source codes, except which are from other projects mentioned above, are licensed under [GPL-3.0](https://opensource.org/licenses/GPL-3.0).
|
||
|
||
If you want make any modification on these source codes while keeping new codes not protected by GPL-3.0, please contact me for a sublicense instead.
|
||
|