#ascii #table #terminal #letter #compact #numbers #man

app asciit

A compact and visually appealing ASCII table for your terminal, featuring colored numbers and letters

2 stable releases

1.0.1 Sep 8, 2024
1.0.0 Mar 29, 2024

#194 in Command-line interface

Download history 138/week @ 2024-09-02 61/week @ 2024-09-09 10/week @ 2024-09-16 9/week @ 2024-09-23 5/week @ 2024-09-30 9/week @ 2024-10-14 7/week @ 2024-11-04 3/week @ 2024-11-18 23/week @ 2024-12-02 32/week @ 2024-12-09

58 downloads per month

MIT license

1MB
185 lines

asciit

A more compact and intuitive ASCII table in your terminal: an alternative to man 7 ascii and ascii. Colored numbers and letters are much more easier to find. The table style is inspired by hexyl

Build

git clone https://github.com/Q1CHENL/asciit
cd asciit
cargo build --release

Installation

  • Cargo
cargo install asciit
  • Fedora Linux:
dnf copr enable qichen/asciit # enable the repo 
dnf install asciit # install
  • Arch Linux:
yay -S asciit
  • Clone and install
git clone https://github.com/Q1CHENL/asciit
cd asciit
cargo install --path .

Screenshots & Comparison

asciit or asciit v UI man 7 ascii UI asciit h --no-explain UI ascii UI

Note

  • size of vertical table: 49x30
  • size of horizontal table: 97x20

You may need to adjust your terminal window size to view the entire vertical table or to ensure correct display of the horizontal one.

Dependencies

~0.1–6MB
~34K SLoC