Go to file
aditya-K2 5f9c5fde52 Added Basic Layout and Using tview package for TUI
Decided to Go with tview package for building TUIs and
just added the basic layout of the app.
The Idea is to have a side menu to navigate between the other options.
Just like spotify-tui ( Which has taken inspiration from the orignal
spotify Client) and Having a progress bar at bottom ( Still figuring out
how to implement this )
2021-10-13 00:00:16 +05:30
client.go All the Client related activities are in client.go 2021-10-09 17:21:47 +05:30
fileBrowser.go Added Print() Method to FileNode Struct 2021-10-11 13:54:51 +05:30
go.mod Added Basic Layout and Using tview package for TUI 2021-10-13 00:00:16 +05:30
go.sum Added Basic Layout and Using tview package for TUI 2021-10-13 00:00:16 +05:30
LICENSE
main.go Added Basic Layout and Using tview package for TUI 2021-10-13 00:00:16 +05:30
README.md Update README.md 2021-10-11 14:12:51 +05:30

goMP

MPD client inspired by ncmpcpp written in GO