Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alt-art/lyrs
Command line aplication to view lyrics using genius-rs
https://github.com/alt-art/lyrs
cli command-line genius-api genius-lyrics
Last synced: about 1 month ago
JSON representation
Command line aplication to view lyrics using genius-rs
- Host: GitHub
- URL: https://github.com/alt-art/lyrs
- Owner: alt-art
- License: mit
- Archived: true
- Created: 2021-04-13T19:34:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-17T14:35:50.000Z (over 2 years ago)
- Last Synced: 2024-05-02T04:53:05.058Z (8 months ago)
- Topics: cli, command-line, genius-api, genius-lyrics
- Language: Rust
- Homepage: https://altart.top/lyrs/
- Size: 78.1 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lyrs
Command line aplication to view lyrics.## Summary
- [How to build](#how-to-build)
- [Building a .deb package](#building-a-deb-package)
- [Usage](#usage)
- [Screnshot](#screenshot)## How to build
Install rust tools like `cargo` on this [link](https://www.rust-lang.org/tools/install)```sh
cargo build # Build in debug mode
# or
cargo build --release # Build in release mode
```### Building a .deb package
```sh
cargo install cargo-deb # Install cargo-deb
```
```sh
cargo deb # Build .deb package in release mode
```## Usage
```
lyrs v0.1.1
Pedro H. M.
Command line aplication to view lyricsUSAGE:
lyrs [FLAGS] ...FLAGS:
-h, --help Prints help information
-l, --login Login in with a genius account
-v, --version Prints version informationARGS:
... Search for a song like (e.g Slipknot Duality)
```## Screenshot
![lyrs](https://media.githubusercontent.com/media/alt-art/lyrs/main/resource/lyrs.png)