Skip to content

flyfish-dev/quicklook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flyfish QuickLook Win

Windows native lightweight previewer inspired by macOS Quick Look. It runs as a tray application, watches Explorer/Desktop selection, and toggles a temporary WebView2 preview window with the Space key.

Repository: flyfish-dev/quicklook

git clone https://github.com/flyfish-dev/quicklook.git
cd quicklook

Build On Windows

Requirements:

  • Visual Studio 2022 with C++ desktop workload
  • CMake 3.24+
  • Microsoft Edge WebView2 Runtime
  • Microsoft.Web.WebView2 NuGet package

Bootstrap WebView2:

powershell -ExecutionPolicy Bypass -File scripts/bootstrap-webview2.ps1

Build:

cmake -S native -B build/native -A x64 -DWEBVIEW2_NUGET_PATH="$PWD\.deps\Microsoft.Web.WebView2"
cmake --build build/native --config Release

Run:

.\build\native\Release\FlyfishQuickLookWin.exe

The macOS development environment can generate this project but cannot compile or run the Win32/WebView2 code.

About

Windows native lightweight Quick Look-style file previewer powered by Flyfish File Viewer

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors