logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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