Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

And678/goPlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/And678/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