opensouls / terminal-copilot

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

save commands to local database #41

Open shantanuo opened 1 year ago

shantanuo commented 1 year ago

Would be cool to save all prompts (sqlite?) and their responses. This will help to control cost. If I type exact same command again, the results can be shown from the database.

2mawi2 commented 1 year ago

A command cache. Not a bad idea.