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