pillar

Crates.iopillar
lib.rspillar
version0.1.2
sourcesrc
created_at2021-05-12 01:11:28.362199
updated_at2023-03-07 05:06:14.93017
descriptionpillar is a small tool to format lines into columns
homepagehttps://github.com/DivineGod/pillar
repositoryhttps://github.com/DivineGod/pillar
max_upload_size
id396371
size8,204
Ando “Thor” Nando (DivineGod)

documentation

https://github.com/DivineGod/pillar

README

pillar - a new column(1) for a modern terminal

This tool is a small replacement for column(1) which adds support for tty ansi codes It will not make column gaps too wide if it encounters ansi codes for color etc.

pillar is currently not a full one-to-one replacement for column(1) and it doesn't aim to be.

Install

cargo install pillar

Usage

pillar reads from stdin and outputs to stdout.

$ printf "a{b{c\n1{{3\n" | pillar
a b c
1   3

Currently there's no support for specifying the column delimiter or any other column(1) flags.

Commit count: 13

cargo fmt