Summary
X Steps Recorder is a clone of PSR for Windows, a program that allows users to make a recording of all of the steps they took. (It's like a screen recorder except it doesn't record a video.) The main differences are that this only runs on Linux, that it records your keystrokes too (!), and that it saves the output as standard html (base64-uri-encoded images) rather than mhtml. This allows for easy editing of the resultant file, such as to remove passwords you typed (which is why psr doesn't record keystrokes in the first place).
Versions
v1.0.0-r1 :: 0 :: gentoo
- Modified
- License
- MIT
- Keywords
- ~amd64
- USE flags
- cursor
USE flags
General
- cursor
- Capture mouse cursor using x11-misc/xdotool, and place them on the screenshots using media-gfx/imagemagick
Runtime Dependencies
dev-lang / perl : Larry Wall's Practical Extraction and Report Language
media-gfx / imagemagick : A collection of tools and libraries for many image formats
media-gfx / scrot : Screen capture utility using imlib2 library
x11-misc / xdotool : Simulate keyboard input and mouse activity, move and resize windows
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
x11-misc/xsr: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org> - Domonkos Lezsák · gentoo
x11-misc/xsr: new ebuild.
X Steps Recorder is a clone of PSR for Windows. Closes: https://github.com/gentoo/gentoo/pull/6000 Closes: https://bugs.gentoo.org/633660