~strahinja/table

e60044919d8c09592d68c7835cf5dad29250b21d — Страхиња Радић 7 months ago b8c0350 wiki
Update to 0.7.4

Signed-off-by: Страхиња Радић <contact@strahinja.org>
1 files changed, 24 insertions(+), 4 deletions(-)

M index.md
M index.md => index.md +24 -4
@@ 6,7 6,7 @@ title: table manual

table(1) - Command line utility to format and display CSV.

0.6.22, 05 Oct 2023
0.7.4, 16 Apr 2024


<a name="command-aliases"></a>


@@ 39,7 39,8 @@ is a synonym for
[**-d**|**--delimiter=** _delim_] [**-f** | **--format=** _format_]
[**-H** | **--align-header**] [**-m** | **--msdos**] [**-n** | **--no-ansi**]
[**-p** | **--pause**] [**-q** | **--quotes=** _behavior_]
[**-s** | **--symbols=** _set_] [**-t** | **--expand-tabs**] [_pathname_]
[**-s** | **--symbols=** _set_] [**-t** | **--expand-tabs**]
[**-y** | **--yes-ansi**] [_pathname_]

</div>



@@ 47,7 48,7 @@ is a synonym for

## Copyright

table Copyright © 2020-2023 Strahinya Radich.  
table Copyright © 2020-2024 Strahinya Radich.  
This program is licensed under GNU GPL v3 or later. See the file
_LICENSE_
in the table repository for details.


@@ 244,7 245,7 @@ ANSI SGR
codes in the output.
By default, the header row is printed in bold using
ANSI
codes.
codes if the stdout is a tty.
This switch prevents that.

</dd>


@@ 361,6 362,25 @@ When **-b** is used in addition, **-t** is honored and **-d** ignored.
Print program version and exit.

</dd>
<dt>

**-y**  
**--yes-ansi**  

</dt>
<dd style="margin-left: 3em">

Explicitly turn on
ANSI SGR
codes in the output.
By default, the header row is printed in bold using
ANSI
codes, unless the stdout is not a tty.
This switch enforces the output of
ANSI SGR
codes, even in that case.

</dd>
</dl>

<a name="see-also"></a>