Skip to content

Commit

Permalink
Update README (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
shibayan authored Jan 16, 2022
1 parent 0a5aac2 commit b16f324
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 39 deletions.
37 changes: 27 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,41 @@ WinQuickLook <img align="right" src="https://raw.githubusercontent.com/shibayan/
================

![Build](https://github.com/shibayan/WinQuickLook/workflows/Build/badge.svg)
[![Release](https://img.shields.io/github/release/shibayan/WinQuickLook.svg)](https://www.microsoft.com/store/apps/9njmtkk6jc0q)
[![License](https://img.shields.io/github/license/shibayan/WinQuickLook.svg)](https://github.com/shibayan/WinQuickLook/blob/master/LICENSE)
[![Release](https://badgen.net/github/release/shibayan/WinQuickLook)](https://www.microsoft.com/store/apps/9njmtkk6jc0q)
[![License](https://badgen.net/github/license/shibayan/WinQuickLook)](https://github.com/shibayan/WinQuickLook/blob/master/LICENSE)

"Quick Look" like Windows Explorer file viewer.
"WinQuickLook" is a file viewer like "Quick Look" on macOS. Just select a file and press the spacebar to quickly check the contents of the file on the fly.

## Installation

### Microsoft Store

<a href="https://www.microsoft.com/store/apps/9njmtkk6jc0q?cid=storebadge&ocid=badge"><img src="https://developer.microsoft.com/en-us/store/badges/images/English_get-it-from-MS.png" alt="Download now" width="284"/></a>

## Requirements
### WinGet

- Windows 10 Version 1903 or later
```
winget install WinQuickLook --source msstore
or
winget install 9NJMTKK6JC0Q --source msstore
```

## Usage

1. Install [latest version](https://www.microsoft.com/store/apps/9njmtkk6jc0q)
2. Launch WinQuickLook
3. Open explorer
4. Select a file
5. Press a space-key
1. Launch WinQuickLook
2. Open folder in explorer
3. Select a file
4. Press a <kbd>space</kbd> key

## Supported platforms

- 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

Expand Down
42 changes: 13 additions & 29 deletions WinQuickLook.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,39 +7,30 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WinQuickLook", "WinQuickLoo
EndProject
Project("{C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5}") = "WinQuickLook.Package", "WinQuickLook.Package\WinQuickLook.Package.wapproj", "{BDF91474-DB8C-45F6-8025-8142102510A5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PdfiumViewer", "PdfiumViewer\PdfiumViewer\PdfiumViewer.csproj", "{438914B6-5D1C-482C-B942-5C0E057EEF6F}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PdfiumViewer", "PdfiumViewer\PdfiumViewer\PdfiumViewer.csproj", "{438914B6-5D1C-482C-B942-5C0E057EEF6F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|arm64 = Debug|arm64
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|arm64 = Release|arm64
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8A8234C5-2D4D-4E7F-A9DD-4A9EB2C698E4}.Debug|Any CPU.ActiveCfg = Debug|x64
{8A8234C5-2D4D-4E7F-A9DD-4A9EB2C698E4}.Debug|Any CPU.Build.0 = Debug|x64
{8A8234C5-2D4D-4E7F-A9DD-4A9EB2C698E4}.Debug|arm64.ActiveCfg = Debug|arm64
{8A8234C5-2D4D-4E7F-A9DD-4A9EB2C698E4}.Debug|arm64.Build.0 = Debug|arm64
{8A8234C5-2D4D-4E7F-A9DD-4A9EB2C698E4}.Debug|x64.ActiveCfg = Debug|x64
{8A8234C5-2D4D-4E7F-A9DD-4A9EB2C698E4}.Debug|x64.Build.0 = Debug|x64
{8A8234C5-2D4D-4E7F-A9DD-4A9EB2C698E4}.Debug|x86.ActiveCfg = Debug|x86
{8A8234C5-2D4D-4E7F-A9DD-4A9EB2C698E4}.Debug|x86.Build.0 = Debug|x86
{8A8234C5-2D4D-4E7F-A9DD-4A9EB2C698E4}.Release|Any CPU.ActiveCfg = Release|x64
{8A8234C5-2D4D-4E7F-A9DD-4A9EB2C698E4}.Release|Any CPU.Build.0 = Release|x64
{8A8234C5-2D4D-4E7F-A9DD-4A9EB2C698E4}.Release|arm64.ActiveCfg = Release|arm64
{8A8234C5-2D4D-4E7F-A9DD-4A9EB2C698E4}.Release|arm64.Build.0 = Release|arm64
{8A8234C5-2D4D-4E7F-A9DD-4A9EB2C698E4}.Release|x64.ActiveCfg = Release|x64
{8A8234C5-2D4D-4E7F-A9DD-4A9EB2C698E4}.Release|x64.Build.0 = Release|x64
{8A8234C5-2D4D-4E7F-A9DD-4A9EB2C698E4}.Release|x86.ActiveCfg = Release|x86
{8A8234C5-2D4D-4E7F-A9DD-4A9EB2C698E4}.Release|x86.Build.0 = Release|x86
{BDF91474-DB8C-45F6-8025-8142102510A5}.Debug|Any CPU.ActiveCfg = Debug|x64
{BDF91474-DB8C-45F6-8025-8142102510A5}.Debug|Any CPU.Build.0 = Debug|x64
{BDF91474-DB8C-45F6-8025-8142102510A5}.Debug|Any CPU.Deploy.0 = Debug|x64
{BDF91474-DB8C-45F6-8025-8142102510A5}.Debug|arm64.ActiveCfg = Debug|arm64
{BDF91474-DB8C-45F6-8025-8142102510A5}.Debug|arm64.Build.0 = Debug|arm64
{BDF91474-DB8C-45F6-8025-8142102510A5}.Debug|arm64.Deploy.0 = Debug|arm64
Expand All @@ -49,9 +40,6 @@ Global
{BDF91474-DB8C-45F6-8025-8142102510A5}.Debug|x86.ActiveCfg = Debug|x86
{BDF91474-DB8C-45F6-8025-8142102510A5}.Debug|x86.Build.0 = Debug|x86
{BDF91474-DB8C-45F6-8025-8142102510A5}.Debug|x86.Deploy.0 = Debug|x86
{BDF91474-DB8C-45F6-8025-8142102510A5}.Release|Any CPU.ActiveCfg = Release|x64
{BDF91474-DB8C-45F6-8025-8142102510A5}.Release|Any CPU.Build.0 = Release|x64
{BDF91474-DB8C-45F6-8025-8142102510A5}.Release|Any CPU.Deploy.0 = Release|x64
{BDF91474-DB8C-45F6-8025-8142102510A5}.Release|arm64.ActiveCfg = Release|arm64
{BDF91474-DB8C-45F6-8025-8142102510A5}.Release|arm64.Build.0 = Release|arm64
{BDF91474-DB8C-45F6-8025-8142102510A5}.Release|arm64.Deploy.0 = Release|arm64
Expand All @@ -61,22 +49,18 @@ Global
{BDF91474-DB8C-45F6-8025-8142102510A5}.Release|x86.ActiveCfg = Release|x86
{BDF91474-DB8C-45F6-8025-8142102510A5}.Release|x86.Build.0 = Release|x86
{BDF91474-DB8C-45F6-8025-8142102510A5}.Release|x86.Deploy.0 = Release|x86
{438914B6-5D1C-482C-B942-5C0E057EEF6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{438914B6-5D1C-482C-B942-5C0E057EEF6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{438914B6-5D1C-482C-B942-5C0E057EEF6F}.Debug|arm64.ActiveCfg = Debug|Any CPU
{438914B6-5D1C-482C-B942-5C0E057EEF6F}.Debug|arm64.Build.0 = Debug|Any CPU
{438914B6-5D1C-482C-B942-5C0E057EEF6F}.Debug|x64.ActiveCfg = Debug|Any CPU
{438914B6-5D1C-482C-B942-5C0E057EEF6F}.Debug|x64.Build.0 = Debug|Any CPU
{438914B6-5D1C-482C-B942-5C0E057EEF6F}.Debug|x86.ActiveCfg = Debug|Any CPU
{438914B6-5D1C-482C-B942-5C0E057EEF6F}.Debug|x86.Build.0 = Debug|Any CPU
{438914B6-5D1C-482C-B942-5C0E057EEF6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{438914B6-5D1C-482C-B942-5C0E057EEF6F}.Release|Any CPU.Build.0 = Release|Any CPU
{438914B6-5D1C-482C-B942-5C0E057EEF6F}.Release|arm64.ActiveCfg = Release|Any CPU
{438914B6-5D1C-482C-B942-5C0E057EEF6F}.Release|arm64.Build.0 = Release|Any CPU
{438914B6-5D1C-482C-B942-5C0E057EEF6F}.Release|x64.ActiveCfg = Release|Any CPU
{438914B6-5D1C-482C-B942-5C0E057EEF6F}.Release|x64.Build.0 = Release|Any CPU
{438914B6-5D1C-482C-B942-5C0E057EEF6F}.Release|x86.ActiveCfg = Release|Any CPU
{438914B6-5D1C-482C-B942-5C0E057EEF6F}.Release|x86.Build.0 = Release|Any CPU
{438914B6-5D1C-482C-B942-5C0E057EEF6F}.Debug|arm64.ActiveCfg = Debug|arm64
{438914B6-5D1C-482C-B942-5C0E057EEF6F}.Debug|arm64.Build.0 = Debug|arm64
{438914B6-5D1C-482C-B942-5C0E057EEF6F}.Debug|x64.ActiveCfg = Debug|x64
{438914B6-5D1C-482C-B942-5C0E057EEF6F}.Debug|x64.Build.0 = Debug|x64
{438914B6-5D1C-482C-B942-5C0E057EEF6F}.Debug|x86.ActiveCfg = Debug|x86
{438914B6-5D1C-482C-B942-5C0E057EEF6F}.Debug|x86.Build.0 = Debug|x86
{438914B6-5D1C-482C-B942-5C0E057EEF6F}.Release|arm64.ActiveCfg = Release|arm64
{438914B6-5D1C-482C-B942-5C0E057EEF6F}.Release|arm64.Build.0 = Release|arm64
{438914B6-5D1C-482C-B942-5C0E057EEF6F}.Release|x64.ActiveCfg = Release|x64
{438914B6-5D1C-482C-B942-5C0E057EEF6F}.Release|x64.Build.0 = Release|x64
{438914B6-5D1C-482C-B942-5C0E057EEF6F}.Release|x86.ActiveCfg = Release|x86
{438914B6-5D1C-482C-B942-5C0E057EEF6F}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit b16f324

Please sign in to comment.