Search lyrics or song metadata from your terminal
genius genius-lyrics-search genius-lyrics cli rust
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 50 lines 1.4 kB view raw view rendered
1# Genius CLI 2 3<p> 4 <a href="https://crates.io/crates/genius-cli" target="_blank"> 5 <img src="https://img.shields.io/crates/v/genius-cli.svg" /> 6 </a> 7 <a href="https://crates.io/crates/genius-cli" target="_blank"> 8 <img src="https://img.shields.io/crates/dr/genius-cli" /> 9 </a> 10 <a href="https://docs.rs/genius-cli" target="_blank"> 11 <img src="https://docs.rs/genius-cli/badge.svg" /> 12 </a> 13 <a href="LICENSE" target="_blank"> 14 <img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-blue.svg" /> 15 </a> 16</p> 17 18Genius CLI helps you search for lyrics or song informations from [Genius](https://genius.com), right from your terminal. 19 20<a href="https://pocketenv.io/new?repo=tangled:tsiry-sandratraina.com/genius-cli" target="_blank"><img src="https://pocketenv.io/open-in-pocketenv.svg" alt="Open in Pocketenv" /></a> 21 22<img width="800" src="./preview.svg"> 23 24## Installation 25 26```bash 27cargo install genius-cli 28``` 29 30### macOS/Linux 31```bash 32brew install tsirysndr/tap/genius 33``` 34 35## Usage 36 37``` 38USAGE: 39 genius <SUBCOMMAND> 40 41OPTIONS: 42 -h, --help Print help information 43 -V, --version Print version information 44 45SUBCOMMANDS: 46 help Print this message or the help of the given subcommand(s) 47 lyrics Get the lyrics of a song 48 search Search for a song 49 song Get song informations 50```