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

https://github.com/otabekswe/musiccli

mcli - play any song from your terminal
https://github.com/otabekswe/musiccli

cli music spotify

Last synced: 9 months ago
JSON representation

mcli - play any song from your terminal

Awesome Lists containing this project

README

          

MusicCLI

![Music CLI logo](./logo.jpeg)

Discover the power of MusicCLI, an intuitive command-line interface that enables seamless music downloads from your terminal straight to your Desktop.

### Installation

To install MusicCLI, run the following command in your terminal:

```bash
# For zsh
curl -sSL https://raw.githubusercontent.com/otabeknurmatov/MusicCLI/main/install.sh | zsh

# For bash
curl -sSL https://raw.githubusercontent.com/otabeknurmatov/MusicCLI/main/install.sh | bash

# With sudo, use either bash or zsh.
curl -sSL https://raw.githubusercontent.com/otabeknurmatov/MusicCLI/main/install.sh | sudo bash
```

### Running MusicCLI:

After installation, use `mcli` followed by the desired song or singer name to search and download music:

```bash
# mcli [SONG NAME]
mcli Shawn Mendes
```

Replace "Shawn Mendes" with the actual name of the song you want to search for.

### Selecting a Song:

After entering the command, MusicCLI will display a list of search results. Simply choose the desired song by entering its corresponding number and pressing Enter.

Voila! You're all set to enjoy your favorite music hassle-free with MusicCLI!