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.
- Host: GitHub
- URL: https://github.com/efe-ct/lyriccli
- Owner: efe-ct
- License: mit
- Created: 2025-07-02T22:05:46.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-07-02T22:40:39.000Z (9 months ago)
- Last Synced: 2025-07-02T23:21:58.174Z (9 months ago)
- Topics: cli, cli-app, command-line, cross-platform, node, node-js, nodejs, npm, powershell, terminal, terminal-app, terminal-based, unix-shell, windows-shell
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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