Config

Command
config {column}
Purpose

(Re-)configure one or more columns.

Examples

psv config symbol~::

  • Change the symbol column's alignment to center aligned

psv config value~.

  • Change the value column's alignment to numeric alignment

psv config value~v

  • Change the sort direction of the value column to descending order

See the Configuring Columns section above for all of the column configuration options.

Playground
"config" example: - center-align the symbol column - number-align the values and collate in ascending order % psv config symbol~:: value~.^ | Symbol | Description | Value | | ------ | ---------------------------------------------- | ----------------- | | e | base of the natural logarithm | 2.71828... | | b | binary base | 2 | | e | elementary charge | 1.602176634e−19 C | | π | ratio of circumference to diameter of a circle | 3.14159... | | c | speed of light in a vacuum | 299792458 m/s | | sq | square power | 2 |