Compare commits

..

3 commits
state ... main

Author SHA1 Message Date
05e1bd48e0 errors now write to stderr instead of stdout 2024-07-12 10:49:46 -04:00
6a9bbe664a updated README 2024-07-06 21:18:15 -04:00
b1c32ff6f0 removed unused imports 2024-07-06 21:14:41 -04:00
3 changed files with 9 additions and 8 deletions

View file

@ -46,6 +46,13 @@ using an AUR package manager such as <a href="https://github.com/Morganamilo/par
Install the package using Cargo with the command <code>cargo install pride-term</code>.
</details>
### Man Page
<details>
<summary>Section 6</summary>
Copy <code>man/pride.6</code> into <code>/usr/share/man/man6/</code>.
</details>
## Libraries
- [pico-args](https://crates.io/crates/pico-args) — argument parsing

View file

@ -1,10 +1,6 @@
//! flags that require more complex rendering than just scaling colored stripes
use termion::{
terminal_size,
color::{ Bg, Rgb }
};
use termion::color::{ Bg, Rgb };
use crate::{
color::*,

View file

@ -6,13 +6,11 @@ use std::io::{
};
use termion::{
terminal_size,
clear,
color::{ Bg, Fg, Rgb },
cursor,
input::TermRead,
raw::{ RawTerminal, IntoRawMode }
raw::IntoRawMode
};
use crate::{