Flex-rs is a simple Rust project designed to display ASCII art from .ascii files.
- Reads ASCII art from files with the
.asciiextension - Prints the ASCII art to the terminal
- Windows
- GNU/Linux
- BSD (not tested yet)
- MacOS (could, but unsupported as I do not own a Mac)
- Any OS in UNIX Spectrum (not tested yet)
This is how you use it in portable mode, installation version guide coming later
- Build the project:
cargo build --release- Run the program with an
.asciifile:
./target/release/flex-rs [option]
./target/release/flex-rs <path to the .ascii file>
./target/release/flex-rs --version # ./target/release/flex-rs --v
./target/release/flex-rs --license # ./target/release/flex-rs --l
./target/release/flex-rs --copyright # ./target/release/flex-rs --c
./target/release/flex-rs --about # ./target/release/flex-rs --a
./target/release/flex-rs --color-code # ./target/release/flex-rs --cc
./target/release/flex-rs --help # ./target/release/flex-rs --h for more information about other commandswait until the program and enter the path of the .ascii file