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
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package slyricf --version 0.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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.
- dotnet
dotnet tool install -g slyricf
- 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
- dotnet
dotnet tool uninstall -g slyricf
- Nix
nix profile remove github:CaueAnjos/simple-lyric-fetcher
| Product | Versions 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.