Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shibayan/winquicklook
A lightweight file viewer like "Quick Look" on macOS
https://github.com/shibayan/winquicklook
explorer file-preview quicklook viewer windows wpf-application
Last synced: 8 days ago
JSON representation
A lightweight file viewer like "Quick Look" on macOS
- Host: GitHub
- URL: https://github.com/shibayan/winquicklook
- Owner: shibayan
- License: apache-2.0
- Created: 2015-10-11T04:09:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-29T15:07:28.000Z (6 months ago)
- Last Synced: 2024-05-02T05:07:45.180Z (6 months ago)
- Topics: explorer, file-preview, quicklook, viewer, windows, wpf-application
- Language: C#
- Homepage: https://www.microsoft.com/store/apps/9njmtkk6jc0q
- Size: 14.4 MB
- Stars: 322
- Watchers: 16
- Forks: 14
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
WinQuickLook
A lightweight file viewer like "Quick Look" on macOS.
## How to install
### Microsoft Store
### WinGet
```
winget install 9NJMTKK6JC0Q --source msstore
```
or
```
winget install WinQuickLook --source msstore
```## Usage
1. Launch `WinQuickLook`
2. Open folder in explorer
3. Select a file
4. Press a space key## Supported OS versions
- Windows 10 Version 1903 or later
- Windows 11## Thanks
- [PdfiumViewer](https://github.com/pvginkel/PdfiumViewer) by @pvginkel
- [pdfium-binaries](https://github.com/bblanchon/pdfium-binaries) by @bblanchon## License
This project is licensed under the [Apache License 2.0](https://github.com/shibayan/WinQuickLook/blob/master/LICENSE)