Forrest logo
back to context overview

git-column

List of commands for git-column:

  • git-column:tldr:c0bf0 git-column: Format the standard input as multiple columns with a maximum padding of `30`.
    $ ls | git column --mode=column --padding=${30}
    try on your machine
    explain this command
  • git-column:tldr:f1d9b git-column: Format the standard input as multiple columns with a maximum width of `100`.
    $ ls | git column --mode=column --width=${100}
    try on your machine
    explain this command
  • git-column:tldr:f4815 git-column: Format the standard input as multiple columns.
    $ ls | git column --mode=${column}
    try on your machine
    explain this command
back to context overview