2023-06-19 17:24:57 -04:00
|
|
|
|
|
|
|
# Pride! for the terminal
|
|
|
|
|
|
|
|
A Rust utility to display pride flags in the terminal.
|
|
|
|
|
2023-06-19 17:54:34 -04:00
|
|
|
**This project is under heavy construction! It is subject to major structural and
|
2023-06-19 20:38:09 -04:00
|
|
|
architectural changes. There are no issues with functionality, but I will continue
|
|
|
|
to make major changes and refactors until the main roadmap is complete.**
|
2023-06-19 17:54:34 -04:00
|
|
|
|
2023-06-19 17:24:57 -04:00
|
|
|
Currently supports a variety of stripe flags.
|
|
|
|
|
2023-07-03 13:11:58 -04:00
|
|
|
## Dependencies
|
|
|
|
|
|
|
|
Complex renderers often use [Powerline's slant](https://github.com/ryanoasis/powerline-extra-symbols)
|
|
|
|
symbols, and therefore require use of a Powerline font, such as [Fira Code](https://github.com/tonsky/FiraCode).
|
|
|
|
|
|
|
|
## Libraries
|
|
|
|
|
|
|
|
- [pico-args](https://crates.io/crates/pico-args)
|
|
|
|
- [termion](https://crates.io/crates/termion)
|
2023-06-19 17:24:57 -04:00
|
|
|
|