👷WORK IN PROGRESS👷
Minimal zoom and screenshot tool. Based on SDL and X11. Keyboard-centric.
Install 3rd party dependency libraries. And run it with no arguments. It will take a screenshot of the whole screen and present it in fullscreen.
$ sudo apt install -y libsdl2 libsdl2-image libcairo2 libx11 libxext libxinerama libxrandr libxss
$ horusSee releases.
$ sudo apt install -y libsdl2-dev libsdl2-image-dev libcairo2-dev libx11-dev libxext-dev libxinerama-dev libxrandr-dev libxss-dev
$ cabal build| key | mapping |
|---|---|
| h | left |
| j | down |
| k | up |
| l | right |
| r | reset |
| f | flip horizontally |
| F | flip vertically |
| + | zoom in |
| - | zoom out |
| < | rotate left |
| > | rotate right |
| s | screenshoot + clipboard |