Skip to content

This repository provides a tool to fetch song lyrics from various online providers using their URLs or by applying custom regex patterns for web scraping, enabling flexible and efficient lyric retrieval.

License

Notifications You must be signed in to change notification settings

CaueAnjos/simple-lyric-fetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-lyric-fetcher

slyricf is, as the name implies, a simple lyric fetcher. For short, it can get lyrics from the internet and show them to you in your terminal. I am planning to make it save these songs in a markdown format for future use to create presentations. But for now it can't do this 🥲.

Currently, it only accepts songs from letras.mus.br. Planning to add more providers soon 🥶!

Installation 📦

You can install with dotnet or Nix.

  1. dotnet
dotnet tool install -g slyricf
  1. Nix
nix profile add github:CaueAnjos/simple-lyric-fetcher

With Nix you have the option to just run this program with:

nix run github:CaueAnjos/simple-lyric-fetcher

Exploring 🧭

type slyricf -h on your terminal and try some urls from letras.mus.br!

Unistalling

  1. dotnet
dotnet tool uninstall -g slyricf
  1. Nix
nix profile remove github:CaueAnjos/simple-lyric-fetcher

About

This repository provides a tool to fetch song lyrics from various online providers using their URLs or by applying custom regex patterns for web scraping, enabling flexible and efficient lyric retrieval.

Resources

License

Stars

Watchers

Forks

Packages

No packages published