#ascii #table #terminal #letter #compact #colored #numbers

app asciit

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

1 stable release

1.0.0 Mar 29, 2024

#213 in Text processing

Download history 88/week @ 2024-03-23 55/week @ 2024-03-30 2/week @ 2024-04-06

145 downloads per month

MIT license

485KB
82 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

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

Screenshots

asciit or asciit v UI man 7 ascii UI asciit h 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–9MB
~52K SLoC