An open API service indexing awesome lists of open source software.

https://github.com/efe-ct/lyriccli

LyricCLI is a cross-platform command-line application that lets you search, explore, and interact with song lyrics—right from your terminal. Whether you're a music lover, developer, or terminal power-user, LyricCLI helps you stay in your flow while enjoying the words that move you.
https://github.com/efe-ct/lyriccli

cli cli-app command-line cross-platform node node-js nodejs npm powershell terminal terminal-app terminal-based unix-shell windows-shell

Last synced: 9 months ago
JSON representation

LyricCLI is a cross-platform command-line application that lets you search, explore, and interact with song lyrics—right from your terminal. Whether you're a music lover, developer, or terminal power-user, LyricCLI helps you stay in your flow while enjoying the words that move you.

Awesome Lists containing this project

README

          

# Note everything is still in development
# AI will be used to understand various syntax as this is my first CLI application
# 🎤 LyricCLI

**LyricCLI** is a cross-platform command-line application that lets you search, explore, and interact with song lyrics—right from your terminal.

Whether you're a music lover, developer, or terminal power-user, LyricCLI helps you stay in your flow while enjoying the words that move you.

---

## ✨ Features

| Command | Description |
|---------|-------------|
| `lyriccli search "" ""` | Fetch lyrics by artist and song title. |
| `lyriccli karaoke "" ""` | Display lyrics line-by-line in karaoke mode. |
| `lyriccli random` | Fetch and show lyrics from a random song. |
| `lyriccli save "" ""` | Save lyrics to a `.txt` file locally. |
| `lyriccli help` | Show usage and available commands. |
| `lyriccli version` | Display the current version of LyricCLI. |

---

## 🚀 Why LyricCLI?

Most lyric apps live in browsers or phones. But what about when you're coding, studying, or writing in the terminal—and you hear a line you love?

LyricCLI solves this by giving you instant, no-nonsense access to song lyrics without ever leaving your shell.

No bloat. No pop-ups. Just lyrics.

---

## 🛠️ Installation

To install LyricCLI globally:

```bash
npm install -g lyriccli