Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 321 Bytes

align.md

File metadata and controls

15 lines (11 loc) · 321 Bytes

uxy align

Aligns the data with the headers. This is done by resizing the columns so that even the longest value fits into the column.

This command doesn't work with infinite streams.

Example

$ ls -l | uxy import "TIME NAME" ".* +(.*) +(.*)" | uxy align
TIME  NAME
14:36 README.md 
14:22 uxy