When the user types git hub search something, they should get back a list of PRs and Issues with the mentioned keyword in the title or description.
We probably do not want to download all the PR/Issue descriptions on each run, so let's make it store the data and reload only if that data is older than an hour, or if the user provides the --refresh flag.
When the user types
git hub search something, they should get back a list of PRs and Issues with the mentioned keyword in the title or description.We probably do not want to download all the PR/Issue descriptions on each run, so let's make it store the data and reload only if that data is older than an hour, or if the user provides the
--refreshflag.