github.com/red-data-tools/YouPlot2
0.0.6 / published May 24, 2026 / repository
A command line tool that draw plots on the terminal.
YouPlot2
YouPlot2 is an experimental Crystal rewrite of YouPlot.
Installation
Download the binary from the GitHub Releases.
- Provides prebuilt portable binaries.
- Uses statically linked builds on Linux and Windows.
- Provides portable precompiled executables on macOS.
- Intended to work in environments where additional dependencies are hard to install.
Usage
See YouPlot.
Development
git clone https://github.com/red-data-tools/YouPlot2
cd YouPlot2
shards build
bin/uplot2 --version
Dependent libraries: unicode_plot.cr
API
- YouPlot2
OptionParseris a class for command-line options processing.