Skip to content

Commit a94d3d2

Browse files
authored
update readme for 1.6
1 parent 33e9b60 commit a94d3d2

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

README.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,32 @@
1-
![Screenshot 2021-06-05 at 16 20 42 copy](https://user-images.githubusercontent.com/1690265/120894745-4e4c3a80-c61a-11eb-9ce1-47329f6d8215.png)
1+
![Screenshot 2021-06-08 at 20 39 11](https://user-images.githubusercontent.com/1690265/121239530-a80e6800-c899-11eb-9470-5884591a5408.png)
22

33
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.
44

55
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!
66

7-
- Simple and fast
7+
# Features
8+
9+
- Simple and fast (mostly thanks to Swift UI)
810
- 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
1216
- Multiple ways to open images:
13-
- Drag n drop onto window
17+
- Drag n drop into window
1418
- Drag n drop onto icon
1519
- File > Open... menu
1620
- 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`
1822

1923
# Download
2024

2125
- Download from the [Releases](https://github.com/lambdan/imageviewer5/releases) page
2226
- 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

Comments
 (0)