RmSearch
Script that recursively searches for .mp3 files across the computer(LINUX based) and plays them using command line VLC
Install / Use
/learn @saketharsh/RmSearchREADME
RmSearch
____ ___ ___ __ ____ ___ ____ _____ __
|| \\||\\//||(( \|| // \\|| \\ // || ||
||_//|| \/ || \\ ||== ||=||||_//(( ||==||
|| \\|| ||\_))||___|| |||| \\ \\__|| ||
Script that recursively searches for .mp3 files across the computer(LINUX based) and plays them using command line VLC
Installation Instruction
To install the RmSearch clone the repository into your home folder.
cd ~
git clone "https://github.com/saketharsh/RmSearch.git"
If using BASH, then run the BASH install script present inside the folder.
cd RmSearch/
./bashinstall.sh
ZSH users may run the ZSH install script
cd RmSearch
./zshinstall.sh
Usage Instructions
Open your terminal and type
mplay "song name"
in your command line. The rest is very easy. Figure out yourself and enjoy
TODO
Enable the script to search for other extensions as well. Enable it play entire directories if the user enters the name of a folder or genre.
