Module progress

Module progress 

Source
Expand description

Progress parsing utilities for detecting progress indicators in command output.

This module provides heuristics to parse progress information from command output, detecting patterns like “78%”, “23/100”, or common progress bar formats.

Functions§

extract_status_message
Extract a human-readable status message from the last few lines of output
parse_progress
Parse progress from a text string
parse_progress_from_output
Parse progress from command output buffer