Skip to content

Commit

Permalink
feat: okhsv support (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkna authored Oct 14, 2021
1 parent 9b71349 commit b920352
Show file tree
Hide file tree
Showing 5 changed files with 438 additions and 19 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# lcat

lolcat in rust! With emoji support and color transformations in the Cubehelix color space.
lolcat in rust! With emoji support and color transformations in the Cubehelix and OkHSV color space.

## Usage

Expand All @@ -25,7 +25,7 @@ OPTIONS:
-S, --seed <seed> Sets seed [default: random]
-C, --shift-col <shift-col> How many degrees to shift text color hue for every column [default: 1.6]
-R, --shift-row <shift-row> How many degrees to shift text color hue for every row [default: 3.2]
-s, --style <style> Rainbow mode [default: rainbow] [possible values: rainbow, sinebow]
-s, --style <style> Rainbow mode [default: rainbow] [possible values: rainbow, sinebow, ok-hsv]
```
## Screenshot
![a demo screenshot of lcat in action](.github/screenshot.png)
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ pub use rainbow::*;

#[cfg(feature = "clap")]
pub use rainbow_cmd::*;

mod ok;
Loading

0 comments on commit b920352

Please sign in to comment.