| Crates.io | shady-cli |
| lib.rs | shady-cli |
| version | 0.2.0 |
| created_at | 2025-02-11 22:38:52.939411+00 |
| updated_at | 2025-02-21 03:12:05.265003+00 |
| description | A music visualizer in the terminal using shady-audio. |
| homepage | https://github.com/TornaxO7/shady |
| repository | https://github.com/TornaxO7/shady/tree/main/shady-cli |
| max_upload_size | |
| id | 1552055 |
| size | 49,968 |
It's a cava inspired audio visualizer for the terminal which I developed to have a visualization of shady-audio.
The keybindings are:
+ to increase the width of the bars which also decreases the amount of bars since the space becomes smaller- to decrease the width of the bars which also increase the amount of bars since the space becomes biggerq to quitThere are also some arguments. Take a look at the help page (-h or --help).
nix with flakesnix run github:TornaxO7/shady#shady-cli -- <shady-toy args>
nix run github:TornaxO7/shady#shady-cli -- --color red to start the visualizer with red bars.You just need alsa-lib and rust, then navigate into this directory and execute
cargo run --release -- <shady-cli args>
See
cargo run --release -- help
to get the help page.