KasRoudra / MusPlayer

Terminal music player

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MusPlayer

Musplayer-Banner

Terminal based music player


[~] Installation

Clone this repository
  • git clone https://github.com/KasRoudra/MusPlayer
Enter the directory
  • cd MusPlayer
Run the installer
  • ./install.sh
Run the player
  • musplayer

Or, Use Single Command

bash -c "$(curl -fsSL https://raw.githubusercontent.com/KasRoudra/Musplayer/main/install.sh)"

[+] Usage

  • Run musplayer and choose a directory by chdir <path>
  • Enter list to view all musics in the <path>
  • Run play <number> to play the respective music
  • CTRL+C to stop music and exit to exit

[+] Preview:

Musplayer

[*] Features

  • Repeat (Applied in play <number>)
  • Shuffle (Applied in play all)
  • Any directory
  • Play all
  • Search within list
  • Set a timeout
  • Recursive search
  • Standard sort
  • Argument/Flag support

[+] Credit

Some base code is from BagazMukti

[*] Support

Want to show support? Just spread the word and smash the star button
Donate BTC: 3Lx8ikQQgZZpmFJzHDBuQHXzLXMeWMcZF3

[~] Find Me on :

  • Github

  • Gmail

  • Facebook

  • Messenger

  • Telegram

About

Terminal music player

License:MIT License


Languages

Language:Shell 100.0%