termpulse-cli-0.1.0 is not a library.
termpulse-cli
CLI for native terminal progress indicators via OSC 9;4.
Installation
Quick Start
# Set progress to 50%
# Indeterminate spinner
# Wrap a command with automatic progress
# Pipe with progress tracking
|
# Signal completion
# Detect terminal capabilities
Commands
| Command | Description |
|---|---|
set <percent> [-l label] |
Set progress percentage (0-100) |
start [-l label] |
Start indeterminate progress |
done [-l label] |
Signal success |
fail [-l label] |
Signal failure |
wrap -- <command...> |
Wrap a shell command with progress |
pipe [--total N] [--lines] |
Pipe stdin to stdout with progress |
clear |
Clear the progress indicator |
detect |
Show terminal capabilities |
completions <shell> |
Generate shell completions |
Shell Completions
# Bash
# Zsh
# Fish
Part of termpulse
This is the CLI binary. For the Rust library, see termpulse. For the low-level no_std core, see termpulse-core.