An open API service indexing awesome lists of open source software.

https://github.com/saketharsh/RmSearch

Script that recursively searches for .mp3 files across the computer(LINUX based) and plays them using command line VLC
https://github.com/saketharsh/RmSearch

Last synced: 4 months ago
JSON representation

Script that recursively searches for .mp3 files across the computer(LINUX based) and plays them using command line VLC

Awesome Lists containing this project

README

        

# 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.