mirror of
https://github.com/DrabWeb/macfeh.git
synced 2025-12-10 12:04:19 +01:00
No description
- Swift 100%
|
|
||
|---|---|---|
| macfeh | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| screenshot.png | ||
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]...
