git-column
以列格式显示数据。 更多信息:https://git-scm.com/docs/git-column.
ls | git column --mode={{column}}
100
ls | git column --mode=column --width={{100}}
30
ls | git column --mode=column --padding={{30}}