Go to file
2021-12-30 17:17:58 +05:30
cache RENAME : goMP -> gomp 2021-12-17 01:06:18 +05:30
client Using tcell.Colors instead of HardCoding Hex Values 2021-12-30 17:17:58 +05:30
config Changed Default Key Mappings and updated The Documentation 2021-12-26 14:04:13 +05:30
docs Changed Default Key Mappings and updated The Documentation 2021-12-26 14:04:13 +05:30
extras chore: Update AUR package 2021-12-17 02:34:07 +05:30
render chore: Added More Informative Comments 2021-12-24 15:46:42 +05:30
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 Initial commit 2021-10-08 20:22:09 +05:30
main.go Adding A new Field to the FileNode -> Title 2021-12-28 10:32:48 +05:30
README.md Update: Readme 2021-12-24 07:00:32 +05:30
sample_config.yml minor changes 2021-12-19 01:43:22 +05:30

gomp

  

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

https://user-images.githubusercontent.com/51816057/144759799-b9eecf9e-93ad-43a7-a076-0ae47f03d03c.mp4

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

Configuring gomp