-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

git column


> Display data in columns.

More information.


Format the standard input as multiple columns:

ls | git column --mode={column}

Format the standard input as multiple columns with a maximum width of `100`:

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

Format the standard input as multiple columns with a maximum padding of `30`:

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


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Mon May 20 23:30:06 2024