kancli icon indicating copy to clipboard operation
kancli copied to clipboard

A tutorial for building a command line kanban board in Go

Results 15 kancli issues
Sort by recently updated
recently updated
newest added

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: ![example](https://user-images.githubusercontent.com/15822994/232164512-475b1d5a-df65-4ca7-8bcd-9d0b9cad9e26.png)

enhancement
good first issue

Right now it's built using mock data. Would be great to persist data in some way... Maybe even integrate with our Charm library

enhancement
good first issue

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)