Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Format Data with Git Column - Display Data in Columns | Online Free DevTools by Hexmos

Format data with Git Column to display information in organized columns. Customize width and padding for clear output. Free online tool, no registration required.

git-column

Display data in columns. More information: https://git-scm.com/docs/git-column.

  • Format stdin as multiple columns:

ls | git column --mode={{column}}

  • Format stdin as multiple columns with a maximum width of 100:

ls | git column --mode=column --width={{100}}

  • Format stdin as multiple columns with a maximum padding of 30:

ls | git column --mode=column --padding={{30}}

See Also