Project list

Todo List (CLI)

image article

Todo list (CLI)

Instructions

Starting with the shopping list tutorial by bubbletea, make a simple persisted todo list in the console.

Made with VHS

Usage

# go get github.com/charmbracelet/bubbletea
# go get github.com/charmbracelet/bubbles/help
# go get github.com/charmbracelet/bubbles/textinput

go run main.go
View on github