pride/README.md

18 lines
554 B
Markdown
Raw Normal View History

# Pride! for the terminal
A Rust utility to display pride flags in the terminal.
2023-07-10 13:03:25 -04:00
A list of currently implemented flags is available on the [project wiki](https://git.vwolfe.io/valerie/pride/wiki/Flags).
2023-07-03 13:11:58 -04:00
## Dependencies
2023-07-10 13:03:25 -04:00
Some Complex renderers utilize [Powerline's](https://github.com/ryanoasis/powerline-extra-symbols)
slant symbols, and therefore require use of a Powerline font, such as [Fira Code](https://github.com/tonsky/FiraCode).
2023-07-03 13:11:58 -04:00
## Libraries
- [pico-args](https://crates.io/crates/pico-args)
- [termion](https://crates.io/crates/termion)