promptkit icon indicating copy to clipboard operation
promptkit copied to clipboard

Go prompt library

Results 6 promptkit issues
Sort by recently updated
recently updated
newest added

The preview screen casts in the `README.md` are not quite up to date and should be redone.

Just a fanciful idea that would work so well for my personal project. I was wondering if you would be keen to consider that a possibility in the near future...

Adds another concrete bubbletea widget example on how to use the confirmation prompt with custom keyMap. Feel free to "not" merge and close this PR since the example is so...

request: add the text area component from the bubble tea examples https://github.com/charmbracelet/bubbletea/blob/master/examples/textarea/main.go

When the choices array is empty, selection.Model.Init() sets an error and returns tea.Quit. The error state cannot be reliably reacted to in Update or View because there seems to be...

It would be nice to have a way to browse suggestions when `AutoComplete` is used. The autocomplete key binding could be used to browse through multiple suggestions and show them...