-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
When you use the CLI in toplevel mode :
$ sherlodoc searchYou can type search queries and get results. However, you might want to type a query, and then modify it.
You can copy paste the query, but this is not very practical.
We should implement search history were you can access previous queries by using the up arrow key.
For now, I do not want to store the history between session, there is no need to write it to a file.