https://github.com/nagilum/peek
A tiny image viewing program
https://github.com/nagilum/peek
Last synced: 3 months ago
JSON representation
A tiny image viewing program
- Host: GitHub
- URL: https://github.com/nagilum/peek
- Owner: nagilum
- Created: 2013-08-25T03:05:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-31T12:59:59.000Z (over 11 years ago)
- Last Synced: 2025-01-16T13:47:42.647Z (4 months ago)
- Language: C#
- Size: 605 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Peek
A tiny lightweight image viewer.
I created this program due to the annoying default image viewer in Windows 8, and the old Image Preview thingy being odd under W8.
All this app does is display the image added as argument to the .exe file in a fullscreen window.
Possible key-combos are:
* Left/Right - Navigate the folder where the loaded image is located.
* Delete - Send the file to the Recycle Bin.
* Shift+Delete - Deletes the file from disk.
* Ctrl+W/Q/Escape - Quits the application.
* Alt+Enter/F - Toggles fullscreen/windowed viewing.
* 1/2/3/4/5/6/7/8/9 - Selects the screen with that index.
* 0 (the number zero) - Select the screen where the mouse pointer is. (default)
* O (the letter o) - Toggle viewing of original size of image or scaled version.Right-click to open up a task menu where you can:
* Open the active image with another program.
* Toggle full screen.
* Toggle original size.
* Show the about dialog.
* Exit the application.The icon for the program is fetched from [Itzik Gur](http://www.iconarchive.com/artist/itzikgur.html)'s IconArchive page.
Peek is released under the [MIT License](http://en.wikipedia.org/wiki/MIT_License).
Happy viewing...