Go to file
aditya-K2 4ae005cbe7 No need to use globals as a separate package to avoid import cycles 2022-09-02 01:25:33 +05:30
cache RENAME : goMP -> gomp 2021-12-17 01:06:18 +05:30
client No need to use globals as a separate package to avoid import cycles 2022-09-02 01:25:33 +05:30
config Added Functionality to Specify Different Type of Connections e.g a Unix Socket 2022-08-31 11:28:02 +05:30
docs UPDATE: docs 2022-08-31 18:37:25 +05:30
extras Update README.md 2021-12-31 01:10:36 +05:30
notify No need to use globals as a separate package to avoid import cycles 2022-09-02 01:25:33 +05:30
render No need to use globals as a separate package to avoid import cycles 2022-09-02 01:25:33 +05:30
ui No need to use globals as a separate package to avoid import cycles 2022-09-02 01:25:33 +05:30
utils New progressBar Primitive 2022-08-29 17:36:36 +05:30
views No need to use globals as a separate package to avoid import cycles 2022-09-02 01:25:33 +05:30
.gitignore Fixes: Nil Reference when Sending Notifications 2022-09-01 00:15:38 +05:30
LICENSE Initial commit 2021-10-08 20:22:09 +05:30
README.md UPDATE: docs 2022-08-31 18:37:25 +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
main.go No need to use globals as a separate package to avoid import cycles 2022-09-02 01:25:33 +05:30
sample_config.yml Added Functionality to Specify Different Type of Connections e.g a Unix Socket 2022-08-31 11:28:02 +05:30

README.md

gomp

  

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

screenshot

Table of Contents

Drop your Feedback or Questions about the Documentation Here

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