charmbracelet / kancli

A tutorial for building a command line kanban board in Go
180 stars 33 forks source link

feat: add csv data persistence #19

Open ll931217 opened 2 months ago

ll931217 commented 2 months ago

Description

Since I wanted to make this demo CLI tool more complete, I wanted to create a way to make the data persist. This is my implementation of this said feature. I am relatively new to golang so any tips and changes are welcome.