No description
Find a file
2018-01-12 19:38:07 -04:00
macfeh Change the menu items to use interface builder actions. 2018-01-12 19:28:11 -04:00
.gitignore Added current project 2016-12-13 02:37:05 -04:00
LICENSE Initial commit 2016-12-13 02:35:02 -04:00
README.md Replace tab in the rc example with 4 spaces. 2018-01-12 16:13:33 -04:00
screenshot.png Added screenshot for the readme 2016-12-13 03:51:43 -04:00

macfeh

Screenshot

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.xcodeproj in Xcode.
  • Select the macfeh Release scheme 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.app which 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]...