Like feh, but on macOS
macOS 10.11+ (tested on 10.12)
- Borderless rounded viewer
- Zoom and scroll
- Toggle viewer background/shadows
- Command line support
- Requirements: Xcode 9
- Open
macfeh.xcodeprojin Xcode. - Select the
macfeh Releasescheme from the pop up button in the top left. - Press the Run button, macfeh will compile and launch.
- Once launched, ⌘+left click the macfeh icon in the dock.
- Finder will show and select
macfeh.appwhich you can now copy to your/Applications/folder or other.
To use macfeh from the command line, add
function macfeh() {
open -b "drabweb.macfeh" "$@"
}to your shell rc, and use macfeh [file1] [file2] [file3]...
