macfeh
macfeh copied to clipboard
Like feh, but on macOS
macfeh

Like feh, but on macOS
Requirements
macOS 10.11+ (tested on 10.12)
Features
- Borderless rounded viewer
- Zoom and scroll
- Toggle viewer background/shadows
- Command line support
Compiling
- 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.
Command line
To use macfeh from the command line, add
function macfeh() {
open -b "drabweb.macfeh" "$@"
}
to your shell rc, and use macfeh [file1] [file2] [file3]...