Format Tool

Other

Format and beautify text output for better readability. Use for cleaning up structured data and aligning columns.

Install

openclaw skills install @dinghaibin/format-tool

Format - Text Formatting Utility

Format text with configurable alignment, padding, and column spacing. Transforms raw output into readable tables and structured displays.

Usage

format-tool [options] [file...]

Features

  • Column alignment (left, right, center)
  • Custom padding and separators
  • JSON and CSV input support
  • Pipe input compatible

Examples

format-tool --align center data.txt
echo "col1,col2,col3" | format-tool --csv --table