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
I often use the --content-filter/-c flag with the same string that get passed into the search query.
For example, if im looking for direct hits on /path/to/thing i would do:
gh-search -c /path/to/thing /path/to/thing
This could be shortened to something like
gh-search -C /path/to/thing
The text was updated successfully, but these errors were encountered:
I often use the
--content-filter/-c
flag with the same string that get passed into the search query.For example, if im looking for direct hits on
/path/to/thing
i would do:This could be shortened to something like
The text was updated successfully, but these errors were encountered: