charmbracelet / kancli

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

feat: delete item from list #3

Closed lucasnevespereira closed 2 years ago

lucasnevespereira commented 2 years 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 2 years ago

Hey @lucasnevespereira, thanks for the PR!

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