Go to file
aditya-K2 e84e317079 Refactored the Startup Setup into A new Struct
- Added A new Struct Application which has all the other components as
  its fields
  -- the `newApplication()` Function returns a pointer to the newly
  created Application from which other fields can be accessed. The
  fields are as follows

	|   App          *tview.Application
	|   expandedView *tview.Table
	|   Navbar       *tview.Table
	|   searchBar    *tview.Table
	|   pBar         *progressBar

- Minor changes to main.go
2021-10-18 08:13:21 +05:30
.gitignore
App.go Refactored the Startup Setup into A new Struct 2021-10-18 08:13:21 +05:30
client.go Added UpdatePlaylist Function 2021-10-18 01:27:30 +05:30
fileBrowser.go
go.mod
go.sum
LICENSE
main.go Refactored the Startup Setup into A new Struct 2021-10-18 08:13:21 +05:30
progressBar.go Minor Changes to ProgressBar 2021-10-17 22:29:56 +05:30
README.md
utils.go minor changes in formatting 2021-10-17 22:28:06 +05:30

goMP

MPD client inspired by ncmpcpp written in GO