Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 402 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 402 Bytes

songfetch

A command line search utility for songsterr.com

Usage

./songfetch [song search]

Requirements

Rust and Cargo

Compiling

First clone the repo with

git clone https://github.com/Bravotic/songfetch

then cd into the directory it creates

cd songfetch

next run cargo to compile it

cargo build

Cargo should do the rest of the work, the final product will be in target/debug