Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
/ lyrs Public archive

Command line aplication to view lyrics using genius-rs

License

Notifications You must be signed in to change notification settings

alt-art/lyrs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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