MusPlayer
MusPlayer copied to clipboard
Terminal music player
MusPlayer
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 bychdir <path>
- Enter
list
to view all musics in the<path>
- Run
play <number>
to play the respective music -
CTRL+C
to stop music andexit
to exit
[+] Preview:
[*] 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