screenshot, screen-recording, ocr, and uploader for wlroots compositors.
- C 98.6%
- Makefile 1.1%
- Nix 0.3%
| .forgejo/workflows | ||
| .github/workflows | ||
| include | ||
| man | ||
| protocols | ||
| src | ||
| tools | ||
| .clang-format | ||
| .clangd | ||
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| grabit.desktop | ||
| LICENSE | ||
| Makefile | ||
| OPTIONS.md | ||
| PLUGINS.md | ||
| README.md | ||
grabit
screenshot, screen-recording, ocr, and uploader for wlroots wayland compositors.
works on: hyprland, sway, niri, river. kde plasma 6 is screenshots-only. not supported: x11, gnome.
install
Void
see https://void.creations.works/
Arch (AUR)
see https://aur.archlinux.org/packages/grabit
Gentoo
eselect repository add roxy-overlay git https://codeberg.org/key/roxy-overlay.git
eselect repository enable roxy-overlay
emaint sync -r roxy-overlay
emerge --ask media-gfx/grabit # masked by ~amd64
NixOS
nix run git+https://heliopolis.live/creations/grabit.git -- --help
from source
make
sudo make install
build deps:
json-c libcurl libmagic wayland-client wayland-cursor cairo libxkbcommon libdbus-1
optional: libjpeg libwebp for jpeg/webp output.
runtime: ffmpeg for --record, tesseract for --tesseract.
demo
- region selector with live freeze; drag, or click a window to snap on hyprland
- confirm mode flameshot-style: adjust the selection before capturing
-F/--fullscreengrabs one monitor, or every monitor stitched together- annotator (
-e): pen, marker, line, rect, ellipse, arrow, blur, text, eraser - color picker with hex input and an eyedropper that samples the freeze
--recordregion recording with overlay and tray icon; mp4, webm, or gif (demo)--pinpins captures to the desktop: click-through, stackable, draggable- uploads to six built-in hosts or any sharex
.sxcuuploader --tesseract --translateOCRs a region and copies the translation
docs
- OPTIONS.md - configuration keys, auth tokens, sharex uploaders, keybinds, filename templates
- PLUGINS.md - plugin cli, manifest format, helper header
source
- primary: https://heliopolis.live/creations/grabit
- github mirror: https://github.com/Creationsss/grabit
license
agpl-3.0-or-later. see LICENSE.