handlebars-rust
handlebars-rust copied to clipboard
Provide additional features for terminal output
A few cli applications are using handlebars for terminal text output.
The idea is to provide features that benefit scenario of this, like:
- text escape settings
- colored output via helper https://github.com/mackwic/colored
- terminal specific components:
- progress bar
- table
This can be implemented within the library as a feature, or a separated one