Configuring Columns
Columns can be implicitly re-configured by adding a ~ (tilde) character after their name, followed by a new set of configuration flags.
The following flags are available:
| Flag | In Words | Description | |
|---|---|---|---|
| no-flags | clear all of the column's flags | ||
| Alignment | - | hyphen | clear the column's alignment flags only |
| : | colon | align left | |
| :- | colon hyphen | align left | |
| -: | hyphen colon | align right | |
| :: | colon colon | align center | |
| -:- | hyphen colon hyphen | align center | |
| . | dot | align numerically | |
| .. | dot dot | align by version number | |
| Sorting | ~ | tilde | clear the column's sorting flags only |
| ^ | caret | collate in ascending order | |
| v | the letter v | collate in descending order | |
| 0 … 7 | digits 0 to 7 | collation priority |