dev-backpack / cllm

Empower your CLI experience with a command search tool driven by LLM magic!
https://dev-backpack.github.io/cllm/
MIT License
33 stars 0 forks source link

Add command to store and display previous search history in the database #36

Closed ykdy3951 closed 7 months ago

ykdy3951 commented 7 months ago

What type of PR is this?:

enhancement

What this PR does / why we need it:

This PR implements a new command to allow users to store and display their previous search history in the database. This feature will provide users with the convenience of accessing their past searches easily and efficiently.

Which issue(s) this PR fixes:

Fixes #17

Special notes for your reviewer:

Users often find it helpful to refer back to their previous search queries for various reasons. By storing this information in the database, users can quickly retrieve and view their search history without the need to re-enter previous search terms repeatedly.

Does this PR introduce a user-facing change?

NONE

Additional documentation: