···1+Copyright (c) 2022 Tsiry Sandratraina <tsiry.sndr@aol.com>
2+3+Permission is hereby granted, free of charge, to any person obtaining a copy
4+of this software and associated documentation files (the "Software"), to deal
5+in the Software without restriction, including without limitation the rights
6+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7+copies of the Software, and to permit persons to whom the Software is
8+furnished to do so, subject to the following conditions:
9+10+The above copyright notice and this permission notice shall be included in all
11+copies or substantial portions of the Software.
12+13+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19+SOFTWARE.
+43
README.md
···0000000000000000000000000000000000000000000
···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+18+Genius CLI helps you search for lyrics or song informations from [Genius](https://genius.com), right from your terminal.
19+20+## Installation
21+22+```bash
23+cargo install genius-cli
24+```
25+26+<img width="800" src="./preview.svg">
27+28+## Usage
29+30+```
31+USAGE:
32+ genius <SUBCOMMAND>
33+34+OPTIONS:
35+ -h, --help Print help information
36+ -V, --version Print version information
37+38+SUBCOMMANDS:
39+ help Print this message or the help of the given subcommand(s)
40+ lyrics Get the lyrics of a song
41+ search Search for a song
42+ song Get song informations
43+```