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
- Host: GitHub
- URL: https://github.com/otabekswe/musiccli
- Owner: otabekswe
- Created: 2023-05-15T19:40:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-20T09:30:14.000Z (about 3 years ago)
- Last Synced: 2025-03-23T23:34:19.334Z (about 1 year ago)
- Topics: cli, music, spotify
- Language: Shell
- Homepage: https://mcli.otabekswe.com
- Size: 53.7 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MusicCLI

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!