https://github.com/flamesx-128/ymp3cli.sh
Inspired in "paij0se/ymp3cli", "ymp3cli.sh" is a cli created in "shell script" to listen or download music/songs.
https://github.com/flamesx-128/ymp3cli.sh
cli music shell-script terminal ymp3cli
Last synced: about 1 year ago
JSON representation
Inspired in "paij0se/ymp3cli", "ymp3cli.sh" is a cli created in "shell script" to listen or download music/songs.
- Host: GitHub
- URL: https://github.com/flamesx-128/ymp3cli.sh
- Owner: FlamesX-128
- License: mit
- Created: 2022-03-03T02:48:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-11T04:29:13.000Z (over 4 years ago)
- Last Synced: 2025-03-25T04:26:30.496Z (over 1 year ago)
- Topics: cli, music, shell-script, terminal, ymp3cli
- Language: Shell
- Homepage:
- Size: 22.5 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **ymp3cli.sh**
Inspired in "paij0se/ymp3cli", "ymp3cli.sh" is a cli created in "shell script" to listen or download music/songs.
## **⚠ WARNING ⚠**
The original project is of [paij0se](https://github.com/paij0se), please go to the [ymp3cli](https://github.com/paij0se/ymp3cli) repository and give your star.
## **v1.2.1 and v1.2.2 Changelog**
These are the new features of v1.2.1 and v1.2.2.
- Fixed an issue where addons were not found after being installed.
## **v1.2.0 Changelog**
These are the new features of v1.2.0.
- Added addon handler prototype:
+ With the "-a" flag you can see the list of addons.
+ With the "-A" flag you can download a addons.
## **Preview**
This is how "ymp3cli.sh" looks.



## **Dependencies**
"ymp3cli.sh" needs some dependencies.
- `curl` ─ Partially required.
- `diff` ─ Partially required.
- `mpv` ─ Partially required.
- `flyingrub/scdl` ─ Partially required.
- `youtube-dl` ─ Partially required.
- `spotdl`─ Partially required.
- `tput` ─ Optional.
## **Installation**
"ymp3cli.sh" can be installed in various ways, here are some examples:
### **Linux**
#### **Using curl**
```bash
$ curl https://raw.githubusercontent.com/FlamesX-128/ymp3cli.sh/master/ymp3cli.sh --output ymp3cli.sh
```
```bash
$ sudo cp ymp3cli.sh /usr/local/bin/ymp3cli.sh
```
#### **Using git**
```bash
$ git clone https://github.com/FlamesX-128/ymp3cli.sh && cd ymp3cli.sh
```
```bash
$ sudo cp ymp3cli.sh /usr/local/bin/ymp3cli.sh
```
## **Usage**
1° Open a console/terminal.
2° Execute the command "ymp3cli.sh"
```bash
$ ymp3cli.sh
```
## **License**
[MIT](https://choosealicense.com/licenses/mit/)