A desktop app for browsing parish book scans distributed in ZIP files.
- Install required tools per https://flutter.dev/desktop, namely Flutter SDK and Visual Studio 2019 with the "Desktop development with C++" workload
- In console change the current directory to the project folder
- Call
flutter build windows
The example of scanned parish book: 150-02792.zip (110 MB)
- Type
jetbrowser.exe 150-02792.zip
- Add a new
Open with JetBrowsercontext menu item for any ZIP file by altering Windows registry:- Open
regedit.exe - In the
HKEY_CLASSES_ROOT\CompressedFolder\Shellpath create a newJetBrowserkey - Select the
(Default)key and setOpen with JetBrowseras a value - Optionally add a new
Iconkey and specify the path as a value - Add a new
commandsubkey and specify the JetBrowser executable path followed by"%1"as a value, for exampleC:\jet-browser-flutter\build\windows\runner\Release\jetbrowser.exe "%1"
- Open
- in the File Explorer right click the zip file and choose the
Open with JetBrowsermenu item
- Use
<-/->arrows keys to move to the previous/next image - Use
Shift/Ctrlmodifiers together with arrow keys to increase the step to 5/20 - Use
Home/Endkeys to move to the first/last image - Use
H/Wkeys to scale the image to fit the height/width of the window - Use
Rkey to reset the size to the original image size - Use
Ckey to copy the current image filename to the clipboard