# rbonsai This is a port of `cbonsai` to rust. Check out the original [here](https://gitlab.com/jallbrit/cbonsai) `rbonsai` is a bonsai tree generator, written in Rust using crossterm. It creates an ascii bonsai tree that is colored using your terminals color scheme. It is also configurable via CLI arguments - see [usage](#usage). It can print a static tree to your terminal, or you can watch it grow live. There is also a screensaver mode to repeatedly grow trees! ## Installation `rbonsai` is available on crates.io. To install with Cargo: ```bash cargo install rbonsai --locked ``` ## Usage ``` Usage: rbonsai [OPTIONS] Options: -l, --live Whether the tree generation should pause after each step to allow the user to watch it grow -t, --time