π¦ ClawHub
Printf Tool
by @dinghaibin
Format and print data with precise control over output format. Use for formatted output with padding, precision, and type specifications.
π‘ Examples
printf-tool "Name: %s, Age: %d" "Alice" 30
printf-tool "Price: $%.2f" 19.99
printf-tool "%010d" 42
TERMINAL
clawhub install printf-tool