kancli
kancli copied to clipboard
A tutorial for building a command line kanban board in Go
It would be great to see a help menu with the available commands like we see in the [list bubble](https://github.com/charmbracelet/bubbletea/tree/master/examples/list-default) It would be the grey text as shown below: 
Right now it's built using mock data. Would be great to persist data in some way... Maybe even integrate with our Charm library
This `JoinHorizontal` call should use `lipgloss.Top` rather than `lipgloss.Left` https://github.com/charmbracelet/kancli/blob/1bdb47008e9126d8587b68340fac06e4eb987450/model.go#L79
**Describe the bug** entering filter mode does not block "l" and "h" key messages from changing the focus **Setup** - macOS - zsh - WezTerm **To Reproduce** 1. run application...
# 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...
### Describe the bug The MIT license link in README.md leads to a 404 page.
Update dependency versions to latest.
Fix a typo in help (`h` stands for left)
Fix wrong JoinHorizontal usage
Fixes #29