slyricf 0.1.1

dotnet tool install --global slyricf --version 0.1.1
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local slyricf --version 0.1.1
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=slyricf&version=0.1.1
                    
nuke :add-package slyricf --version 0.1.1
                    

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
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
0.1.1 133 11/29/2025
0.0.0 119 11/29/2025