charmbracelet / taskcli

A tutorial for building a Taskwarrior-inspired task tracker in Go using glamorous CLI libraries
https://youtu.be/yiFhQGJeRJk
MIT License
102 stars 15 forks source link

refactor: use lipgloss table as renderer instead of table bubble #4

Closed bashbunni closed 9 months ago

bashbunni commented 10 months ago

https://github.com/charmbracelet/lipgloss/blob/master/table/table.go

MovieMaker93 commented 10 months ago

Hi @bashbunni , Are you looking for contributors? If yes, I would like to help. Would be better add a package only for the style (called like "UI")? And Why are you changing to the lipgloss table over the bubble one? Is it better?