Music-CLI is a command line Music Player, written in Go!
It allows you to enjoy music by just typing a single command.
- Its one of the most important feature is that it does not require internet so no more wasting money on internet.
- You just need to have a song in your PC and boooom you’re good to go !
- Beep
- Used for playing audio files .
- TCell
- Used for laying out interface on terminal.
- Control Music Playback
- Play/Pause/Stop.
- Rewind/Fast Forward.
- Change Playback speed.
- Playback Volume.
1. Beep - go get -u github.com/faiface/beep
2. TCell - go get -u github.com/gdamore/tcell
1. Open terminal
2. Enter:
go run music-CLI.go ./song.mp3
This will play the audio on the CLI !