go-prompt icon indicating copy to clipboard operation
go-prompt copied to clipboard

Building powerful interactive prompts in Go, inspired by python-prompt-toolkit.

Results 114 go-prompt issues
Sort by recently updated
recently updated
newest added

See https://github.com/c-bata/go-prompt/issues/228#issuecomment-1224877566 Fixes: #228

# Bug reports We are using go-prompt and once in a while when we get into the CLI prompt, a "divide by zero" error is seen panic: runtime error: integer...

bug

Fixes #266 Also fixes issue where error within `getOriginalTermios` would not be persisted.

# Feature Request Right now it appears like `go-prompt` only works with STDIN. In order to run it on a console port, I currently use SystemD to perform STDIN redirection...

enhancement

# Bug reports I use go-prompt to develop my own CLI client program. After exiting the client, press Enter and enter no line break. No command is displayed, but the...

bug

# Bug reports *Please file a bug report here.* ## Expected Behavior When go-prompt application is terminated (ctrl^D), terminal color's need to be reset. ## Current Behavior and Steps to...

bug

Hi! I just released [GPT cli: An interactive ChatGPT client featuring shortcuts and auto-complete](https://github.com/lucasepe/gptcli). if you want to add it to the list of projects using go-prompt I would be...

Hi, [pgollangi/FireQL](https://github.com/pgollangi/FireQL) project is using go-prompt to create interactive sql shell. Could you please add this to the list of projects using? [pgollangi/FireQL: Interactive CLI to query Google Firestore database...

enhancement

The idea here is to allow a bit finer grained control over the `Input` function without disturbing the current API. When using `go-prompt` in a custom REPL it's useful to...