give tsv better columns

Oct 20, 2023

%!column -t -s $'\t'

This will create a table (-t) from columns spearated by tab characters (-s $'\t')

↑ up