Skip to content

Commit

Permalink
Add missing images for README
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarjs committed Feb 14, 2021
1 parent a5820f7 commit d03e768
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ Here's the list of available commands.

### Global Search: `gh <query>`

![gh hello-world](docs/gh-hello-world.png)

The example above will search for repositories with the string "hello-world" in their name. Internally this uses the [Github Search syntax][github-search], so you can use modifiers like:

gh hello-world stars:>100
![gh hello-world stars:>1000](docs/gh-hello-world-stars-1000.png)

This will search only in repositories that have more than 100 stars.
This will search only in repositories that have more than 1000 stars.

> Please note that this command only searches in the repository name. This means that your query will be appended with the `in:name` modifier. So when you type in `hello-world`, the final search query sent will be: "hello-world in:name".
Expand Down
Binary file added docs/gh-hello-world-stars-1000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/gh-hello-world.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d03e768

Please sign in to comment.