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
- Host: GitHub
- URL: https://github.com/saketharsh/RmSearch
- Owner: saketharsh
- License: gpl-3.0
- Created: 2016-12-17T12:06:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-19T06:44:14.000Z (almost 8 years ago)
- Last Synced: 2024-08-01T19:47:29.780Z (7 months ago)
- Language: Shell
- Size: 17.6 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.