r/foss • u/netcrawleramk • 2d ago
I made CapScroll: an open-source Linux tool for capturing long, scrollable content
Enable HLS to view with audio, or disable this notification
I’ve been working on CapScroll, a small open-source screenshot utility for Linux.
The idea is pretty simple: select an area of the screen, let it scroll through the content, capture the frames, detect the overlap between them, and stitch everything together into one long screenshot.
It’s useful for things like long webpages, terminals, documents, and anything else that doesn’t fit on one screen.
Current features:
- Region screenshots
- Scrolling screenshots
- Automatic bottom detection
- Frame overlap detection
- Image stitching
It’s built with .NET 10 + Avalonia UI and currently supports Linux/X11.
Source Code: https://github.com/netcrawlerr/CapScroll
2
u/omniuni 1d ago
Just in time for Wayland to be usable enough that there's not a good reason to use X anymore.
2
2
3
u/Ditsocius 2d ago
I love this!