Skip to main content

Tools for turning terminal sessions into JSON/HTML.

Project description

A fairly generic tool that allows you to capture all of the output from
a terminal application (including shells). This output is then rendered in
a pure-python terminal emulator (pyte), and the resulting virtual "screen"
is dumped to either generic JSON or a generic HTML snippet that can then
be used to by other tools or inserted into a webpage.

There are issues with some complex curses applications that use certain
CSI control codes not (yet) supported by pyte. For example, htop will not
work.

This tool was designed specifically to turn zsh themes into a gallery.


Example:

echo "ls\\nexit\\n" > omt-py html -- /bin/zsh


Commands:
omt-py json - Generates a JSON representation of the screen.
omt-py html - Generates a generic HTML snippet or a standalone
page.
omt-py iterm-to-css - Converts an iTerm2 theme into CSS suitable for
usage with the HTML snippets generated by omt.

Usage:
omt-py json [options] -- <argv>...
omt-py html [options] -- <argv>...
omt-py iterm-to-css [--prefix=<prefix>] <source>

Options:
--width=<columns> The number of columns for the pseudo-terminal.
[default: 80]
--height=<lines> The number of lines for the pseudo-terminal.
[default: 24]
--standalone When generating HTML, generate a standalone page
instead of a generic snippet.
--theme=<source> When generating standalone HTML, use this iTerm2
theme for the CSS.
--prefix=<prefix> The prefix to use for CSS selectors.
[default: omt]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

omt-0.1.0.tar.gz (4.3 kB view details)

Uploaded Source

File details

Details for the file omt-0.1.0.tar.gz.

File metadata

  • Download URL: omt-0.1.0.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for omt-0.1.0.tar.gz
Algorithm Hash digest
SHA256 08b4a31e0a45e398ae1b5bfa35351199ef45e5e357a1ff8bdf0fa2650026e45a
MD5 e8ad621964b2da850aa683a7daef0364
BLAKE2b-256 ec9af300505238deae2f2b96c8ebf5119b54758abbaff3dcc974915d9fc4f2ad

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page