https://github.com/imihajlow/sixfirhy
A minimalist macOs image viewer
https://github.com/imihajlow/sixfirhy
finder-tags image-viewer macos macos-application
Last synced: about 2 months ago
JSON representation
A minimalist macOs image viewer
- Host: GitHub
- URL: https://github.com/imihajlow/sixfirhy
- Owner: imihajlow
- License: gpl-3.0
- Created: 2020-08-30T17:00:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-30T17:05:25.000Z (almost 6 years ago)
- Last Synced: 2025-07-06T21:09:52.928Z (12 months ago)
- Topics: finder-tags, image-viewer, macos, macos-application
- Language: C++
- Homepage:
- Size: 61.5 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Sixfirhy is a minimal image viewer for macOs allowing placing Finder tags on your pictures.
# Building
Use qmake + make to build:
```bash
cd some-build-folder
qmake path-to-source-folder
make
```
After building use Qt's macdeployqt tool to include Qt frameworks into the app bundle:
```bash
macdeployqt sixfirhy.app -qmldir=path-to-source-folder
```
# Usage
Key bindings:
* o open folder
* right,space next image
* left,backspace previous image
* shift+right,
shift+space skip 10 images forward
* shift+left,
shift+backspace skip 10 images backward
* home first image
* end last image
* f toggle fit/original size
* t toggle tags visible
* o open folder
* 1-7 toggle color tags
* s toggle image smoothness
# Name
Sixfirhy is a demon in Dungeon Crawl Stone Soup.
> A small vile creature that moves in bursts, stopping then darting with lightning speed. It sprays sparks as it goes.