Skip to content

Q1CHENL/asciit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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.

About

A more compact and intuitive ASCII table in your terminal: an alternative to "man 7 ascii" and "ascii"

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages