Go to file
2021-12-31 01:10:36 +05:30
cache
client refactor: Minor Formatting Changes and Refactoring 2021-12-30 18:49:24 +05:30
config
docs
extras Update README.md 2021-12-31 01:10:36 +05:30
render
ui Using tcell.Colors instead of HardCoding Hex Values 2021-12-30 17:17:58 +05:30
utils Using tcell.Colors instead of HardCoding Hex Values 2021-12-30 17:17:58 +05:30
.gitignore Update Highlighting Algorithm & Using Tcell Styles 2021-12-29 22:28:57 +05:30
go.mod Updated go.mod file 2021-12-28 22:31:52 +05:30
go.sum Updated go.mod file 2021-12-28 22:31:52 +05:30
LICENSE
main.go
README.md Update README.md 2021-12-31 01:10:36 +05:30
sample_config.yml

gomp

  

MPD client inspired by ncmpcpp with builtin cover-art view and LastFM integration.

screenshot

Table of Contents

Roadmap

  • Add Functionality to Sort out most played songs
  • Add a config parser
  • Image Previews
  • User Key Mappings
  • Querying LastFM API for getting Album Art
  • Fuzzy Searching
  • Visual Mode (like vim) for updating playlists

Installing / Building

AUR Package

yay -S gomp-git

Manually

git clone https://github.com/aditya-K2/gomp &&
cd gomp &&
go build

Setting Up