charmbracelet / kancli

A tutorial for building a command line kanban board in Go
171 stars 30 forks source link

feat: delete item from list #3

Closed lucasnevespereira closed 1 year ago

lucasnevespereira commented 1 year ago

Hello @bashbunni I find this cli quite cool, wanted to give it a try and solve issue #1. I've implemented a new method DeleteCurrent() to delete the selected task when the user types d.

I've tested in my machine it works fine, it would be cool to write some tests for it when I have more time 👍🏼

Let me know if this sounds okay to you 😃

bashbunni commented 1 year ago

Hey @lucasnevespereira, thanks for the PR!

You're off to a great start. What would be great to see would be: