ttail
A small, zero-dependency Rust CLI that displays the last N lines of stdin in a rolling window using ANSI escape codes. Think tail -f, but for piped output that overwrites itself in place.
ANSI color codes are preserved — even when the line that set the color has scrolled out of the buffer.
Install
Usage
# Pipe any command into ttail
|
# Great for watching logs, builds, test output, etc.
|
Development
# Generate sample log data
|
# Run performance benchmarks