Skip to content

CoolCoder54323/homebrew-bashMusic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

BashPlay

BashPlay is a simple command-line tool that takes a song or artist name as an argument and plays a preview of a recommended song to listen to. Perfect for quick music discovery from the command line!

Installation

For Mac:

Make sure Homebrew is installed, then follow these steps:

  1. Tap the repository:

    brew tap CoolCoder54323/bashmusic
  2. Install bashplay:

    brew install bashplay
    bashplay "<query>"

For Linux or wsl:

  1. Clone the repository:

    git clone "https://github.com/CoolCoder54323/homebrew-bashMusic.git"
  2. Run directly bashplay:

    cd homebrew-bashMusic
    bash bashPlay.sh "<query>"

Once installed, you can use the bashplay command directly from your terminal.

Usage

BashPlay requires a single argument, which can be the name of a song or an artist. It then fetches a preview of a song that matches your input.

bashplay "<song or artist name>"

Note

  • The tool currently supports only one argument (song or artist) at a time.

License

This project is licensed under the MIT License.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published