|
NAMEscr2txt —
convert a video memory dump to plain text (w/ optional ANSI
codes)
SYNOPSIS
DESCRIPTIONThescr2txt utility reads a video memory dump, such as
that created by the
vidcontrol(1)
utility, and converts it to plain text representation of the text from the
screenshot.
The following options are available:
See
vidcontrol(1)
for information about the input file format expected by
RETURN VALUESThescr2txt utility exits 0 on success or >0 if an
error occurred.
EXAMPLESThe command sequence:
will capture the contents of the first virtual terminal, and
redirect the output to the
This example will take a snapshot and remap the line drawing characters.
SEE ALSOscr2png(1), vidcontrol(1), syscons(4), ascii(7)AUTHORSNik Clayton ⟨nik@FreeBSD.org⟩BUGSWhen remapping eight bit characters to seven bit characters,scr2txt should have more than one lookup table,
depending on the font in use, and should be able to process a custom lookup
table provided by the user.
Visit the GSP FreeBSD Man Page Interface. |