alt-art / lyrs

Command line aplication to view lyrics using genius-rs

Home Page:https://altart.top/lyrs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lyrs

Command line aplication to view lyrics.

Summary

How to build

Install rust tools like cargo on this link

cargo build # Build in debug mode
# or 
cargo build --release # Build in release mode

Building a .deb package

cargo install cargo-deb # Install cargo-deb
cargo deb # Build .deb package in release mode

Usage

lyrs v0.1.1
Pedro H. M. <pedromendescraft@gmail.com>
Command line aplication to view lyrics

USAGE:
    lyrs [FLAGS] <SEARCH>...

FLAGS:
    -h, --help       Prints help information
    -l, --login      Login in with a genius account
    -v, --version    Prints version information

ARGS:
    <SEARCH>...    Search for a song like (e.g Slipknot Duality)

Screenshot

lyrs

About

Command line aplication to view lyrics using genius-rs

https://altart.top/lyrs/

License:MIT License


Languages

Language:Rust 100.0%