opensouls / terminal-copilot

A smart terminal assistant that helps you find the right command.
Apache License 2.0
572 stars 43 forks source link

Allow more options #21

Closed 2mawi2 closed 1 year ago

2mawi2 commented 1 year ago

This change allows users to query for more alternative suggestions when using the terminal. The "more" option in the existing TerminalMenu will allow the user to execute one of 5 additional selections. Duplicate selections are filtered. The request to openai.Completion.create has also been made more generic.

JoelKronander commented 1 year ago

Nice!!