package
0.0.0-20210122192621-259912352fd1
Repository: https://github.com/gewalker/goplayer.git
Documentation: pkg.go.dev

# README

GoPlayer

A terminal based audio player

screenshot

Features

  • Supports mp3, flac, wav formats
  • Displays metadata
  • Volume controls
  • Ability to rewind and fast-forward audio

Installation

go get github.com/gewalker/goPlayer

This will install goPlayer to $GOPATH/bin folder. Also you can download binaries from 'Releases' tab.

Usage

To open all audio files in folder:

goPlayer /path/to/folder/

To open one specific file:

goPlayer /path/to/file.mp3

If used without path parameter, goPlayer will assume default music folder: ~/Music/

Used libraries

License

MIT