TNG / please-cli

An AI helper for creating CLI commands
Apache License 2.0
71 stars 17 forks source link

Case sensitivity for the actions #39

Open matthewmrichter opened 1 year ago

matthewmrichter commented 1 year ago

Nice tool. But when you make a query with please-cli, you get these action prompts:

❗ What should I do? [use arrow keys or initials to navigate]
> [I] Invoke   [C] Copy to clipboard   [Q] Ask a question   [A] Abort

Note that the keys displayed are capital letters. It was my instinct to hit the capital I for example to invoke. But it seems that only the lower case letters (i etc.) actually work. This app should either display lower case letters for the actions or maybe more ideally be case-insensitive.

Please 0.3.0 Tested on MacOS Ventura 13.5.1, installed w/ homebrew, using zsh shell in mac terminal app

corneliusroemer commented 3 months ago

Came here to open this issue. Faced exactly this problem.