Go to file
aditya-K2 d1f8751af8 moving gh-pages to docs folder 2021-12-15 10:26:24 +05:30
cache Moving utils.go to utils package 2021-12-13 01:35:40 +05:30
config Moving utils.go to utils package 2021-12-13 01:35:40 +05:30
docs moving gh-pages to docs folder 2021-12-15 10:26:24 +05:30
utils Moving imageUtils.go to utils package 2021-12-13 01:43:20 +05:30
.gitignore minor changes 2021-11-05 15:06:42 +05:30
LICENSE Initial commit 2021-10-08 20:22:09 +05:30
README.md Update README 2021-12-13 21:04:45 +05:30
app.go Rename App.go -> app.go 2021-12-13 01:46:49 +05:30
client.go Moving utils.go to utils package 2021-12-13 01:35:40 +05:30
fileBrowser.go Updated FileNode Struct 2021-10-17 21:51:01 +05:30
go.mod Using the fuzzy library 2021-11-28 23:33:25 +05:30
go.sum Using the fuzzy library 2021-11-28 23:33:25 +05:30
lastfm.go Now it is neccessary to pass the imagePath 2021-11-20 21:45:32 +05:30
main.go Moving utils.go to utils package 2021-12-13 01:35:40 +05:30
notification.go Moving utils.go to utils package 2021-12-13 01:35:40 +05:30
progressBar.go Moving utils.go to utils package 2021-12-13 01:35:40 +05:30
render.go Moving imageUtils.go to utils package 2021-12-13 01:43:20 +05:30
sample_config.yml deprecated: CACHE_FILE 2021-12-14 14:39:03 +05:30

README.md

goMP

MPD client inspired by ncmpcpp written in GO

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

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

Documentation

The Documentation is hosted here