Go to file
aditya-K2 d7044c48b1 New progressBar Primitive
Previous Implementation of progressBar wasn't clean and for a long time
I wanted to make progressBar a Primitive. Which also makes it project
agnostic.

Following changes have been made:

1. Moved `utils.GetText` to `ui.GetProgressGlyph` (As it had no use other
   than for the progressBar
2. Removed the old Implementation of progressBar

How progressBar works as of right now:

All the Values for the progressBar are provided through the
ProgressFunction()

The ProgressFunction should return
Title (Bar's Title), TopText (Box's Title), BarText (The Text Inside the
progressBar), Percentage(Float64 representing the progress Percentage)
2022-08-29 17:36:36 +05:30
cache RENAME : goMP -> gomp 2021-12-17 01:06:18 +05:30
client refactor: Minor Formatting Changes and Refactoring 2021-12-30 18:49:24 +05:30
config Changed Default Key Mappings and updated The Documentation 2021-12-26 14:04:13 +05:30
docs Fix path to config file in index.md 2022-07-10 15:59:07 -04:00
extras Update README.md 2021-12-31 01:10:36 +05:30
notify Moved notify package 2022-08-29 11:04:12 +05:30
render Minor Formatting Changes and better error handling 2022-03-16 02:48:53 +05:30
ui New progressBar Primitive 2022-08-29 17:36:36 +05:30
utils New progressBar Primitive 2022-08-29 17:36:36 +05:30
.gitignore Update Highlighting Algorithm & Using Tcell Styles 2021-12-29 22:28:57 +05:30
LICENSE Initial commit 2021-10-08 20:22:09 +05:30
README.md Added Feedback Link 2022-07-29 15:04:05 +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 Moved notify package 2022-08-29 11:04:12 +05:30
sample_config.yml Update sample_config.yml 2022-08-04 17:45:05 +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