Skip to content

aditya-K2/gomp

Repository files navigation

gomp


mascot
MPD client inspired by ncmpcpp
with builtin cover-art view and LastFM integration.
Documentation | Discussion

Cover

Features

  • Live Config Changes
  • Cover Art View
  • LastFM Integration (Cover Art)
  • Fuzzy Searching (Global and Buffer Specific)

Roadmap

  • Vim-like Visual Mode

Installing / Building

AUR Package

yay -S gomp-git

Manually

  • Install go and git through your package manager and then
git clone https://github.com/aditya-K2/gomp && cd gomp && GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw" go build -v && sudo install -D gomp -t "/usr/bin/"