You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Level 1: user input -> answer
(When use input the same query, hors can make use of cache and return relative answer immediately)
NOTE: it's especially when user use zsh or git bash, which have 'reverse-i-search' feature, when user use it to search for historical hors command, it's easy to catch the cache. So the relative answer can return quickly. This is what howdoi does for now.
To make cache a little more clever, when we save query, we can remove any space and punction.
Level 2: page link -> stackoverflow answer (which is already implemented)
The text was updated successfully, but these errors were encountered:
Level 1: user input -> answer
(When use input the same query,
hors
can make use of cache and return relative answer immediately)NOTE: it's especially when user use
zsh
orgit bash
, which have 'reverse-i-search' feature, when user use it to search for historicalhors
command, it's easy to catch the cache. So the relative answer can return quickly. This is whathowdoi
does for now.To make cache a little more clever, when we save query, we can remove any space and punction.
Level 2: page link -> stackoverflow answer (which is already implemented)
The text was updated successfully, but these errors were encountered: