traceviewer-0.1.3 is not a library.
traceviewer
traceviewer runs a command and shows its output in a scrollable terminal log
viewer.
It is useful for inspecting long-running command output while keeping recent log lines selectable, searchable by eye, and copyable from inside the terminal.
Install
Install a prebuilt binary with cargo-binstall:
Or build from source with Cargo:
The installed binary is named tv.
Usage
By default, traceviewer attempts to recognize supported formats automatically.
Use --format to choose one explicitly:
auto: detect supported formatsplain: show lines without parsingbunyan: Bunyan JSON recordsenv-logger: commonenv_loggertext outputtracing: commontracingtext output
Showcase Example
The repository includes a small example app that emits representative log lines for each supported parser:
Run it through tv to inspect the rendering:
License
This project is licensed under the terms in LICENSE.