···11+Copyright (c) 2022 Tsiry Sandratraina <tsiry.sndr@aol.com>
22+33+Permission is hereby granted, free of charge, to any person obtaining a copy
44+of this software and associated documentation files (the "Software"), to deal
55+in the Software without restriction, including without limitation the rights
66+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
77+copies of the Software, and to permit persons to whom the Software is
88+furnished to do so, subject to the following conditions:
99+1010+The above copyright notice and this permission notice shall be included in all
1111+copies or substantial portions of the Software.
1212+1313+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1414+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1515+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1616+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1717+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1818+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1919+SOFTWARE.
+43
README.md
···11+# Genius CLI
22+33+<p>
44+ <a href="https://crates.io/crates/genius-cli" target="_blank">
55+ <img src="https://img.shields.io/crates/v/genius-cli.svg" />
66+ </a>
77+ <a href="https://crates.io/crates/genius-cli" target="_blank">
88+ <img src="https://img.shields.io/crates/dr/genius-cli" />
99+ </a>
1010+ <a href="https://docs.rs/genius-cli" target="_blank">
1111+ <img src="https://docs.rs/genius-cli/badge.svg" />
1212+ </a>
1313+ <a href="LICENSE" target="_blank">
1414+ <img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-blue.svg" />
1515+ </a>
1616+</p>
1717+1818+Genius CLI helps you search for lyrics or song informations from [Genius](https://genius.com), right from your terminal.
1919+2020+## Installation
2121+2222+```bash
2323+cargo install genius-cli
2424+```
2525+2626+<img width="800" src="./preview.svg">
2727+2828+## Usage
2929+3030+```
3131+USAGE:
3232+ genius <SUBCOMMAND>
3333+3434+OPTIONS:
3535+ -h, --help Print help information
3636+ -V, --version Print version information
3737+3838+SUBCOMMANDS:
3939+ help Print this message or the help of the given subcommand(s)
4040+ lyrics Get the lyrics of a song
4141+ search Search for a song
4242+ song Get song informations
4343+```