tpic

Crates.iotpic
lib.rstpic
version0.1.0
sourcesrc
created_at2021-10-14 21:07:59.448726
updated_at2021-10-14 21:07:59.448726
descriptionA tool for displaying binary images on the terminal
homepagehttps://github.com/okirshen/tpic
repositoryhttps://github.com/okirshen/tpic
max_upload_size
id465116
size3,517
(Okirshen)

documentation

README

TPIC

TPIC is a very simple binary terminal visualizer. It takes .tpic files with binary and outputs a terminal drawing of the image.

Installation

TPIC can be installed with cargo

cargo install TPIC

Usage

CLI

TPIC /path/to/.tpic/file

tip: you can save a tpic to a file by adding > /output/path to the end of the command!

Example .tpic file

00100
01110
11111

License

MIT

Commit count: 2

cargo fmt