|
1 |
| - |
| 1 | + |
2 | 2 |
|
3 | 3 | When I switched to macOS, I missed [Irfanview](https://www.irfanview.com) from Windows. I wanted a Mac app to quickly go through images in a folder by hitting left and right arrow keys, and also be able to copy the images to paste in another folder or in a document.
|
4 | 4 |
|
5 | 5 | Thinking about it, it seemed like a pretty simple app to make and a great opportunity to dip my toes in Swift and Swift UI, so I did!
|
6 | 6 |
|
7 |
| -- Simple and fast |
| 7 | +# Features |
| 8 | + |
| 9 | +- Simple and fast (mostly thanks to Swift UI) |
8 | 10 | - Navigate images in a folder by hitting left/right arrow
|
9 |
| -- Remember image from last session (optional) |
10 |
| -- Copy image (useful for pasting in another folder or into a document) or image path (useful for pasting the path in a Terminal) |
11 |
| -- Trash and Delete files |
| 11 | +- Copy image as... |
| 12 | + - ...an image (⌘C): Useful for pasting in a Finder window or into a Document |
| 13 | + - ...a file path (⌥⌘C): useful for pasting into a Terminal window |
| 14 | +- Can show some basic information (filename, resolution, filesize) about image |
| 15 | +- Trash (⌫) or Delete (⌥⌘⌫) files |
12 | 16 | - Multiple ways to open images:
|
13 |
| - - Drag n drop onto window |
| 17 | + - Drag n drop into window |
14 | 18 | - Drag n drop onto icon
|
15 | 19 | - File > Open... menu
|
16 | 20 | - Right click image > Open With
|
17 |
| -- Filename, position in folder and resolution shown in title bar (customizable) |
| 21 | + - Command line: `open -a /Applications/imageviewer5.app /path/to/image.jpg` |
18 | 22 |
|
19 | 23 | # Download
|
20 | 24 |
|
21 | 25 | - Download from the [Releases](https://github.com/lambdan/imageviewer5/releases) page
|
22 | 26 | - Minimum macOS version is 11.0
|
| 27 | +- Because I am not a registered developer your Mac will probably scream at you when you try to open it |
| 28 | + - Feel free to compile/build it yourself to avoid this |
| 29 | + |
| 30 | +# Known Issues |
| 31 | + |
| 32 | +See the [Issues](https://github.com/lambdan/imageviewer5/issues) page. Most annoying issue right now is probably that GIF images are displayed, but not animated ([#5](https://github.com/lambdan/imageviewer5/issues/5)). |
0 commit comments