Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 184 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 184 Bytes

Alignator

Aligns stuff with "<<" as column delimiter.

INPUT:

verylongstuff << foo << bar
a << b << c

OUTPUT:

verylongstuff << foo << bar
a             << b   << c