readme: add an example of query

Michael Muré created

Change summary

README.md | 5 +++++
1 file changed, 5 insertions(+)

Detailed changes

README.md 🔗

@@ -74,6 +74,11 @@ List existing bugs:
 git bug ls
 ```
 
+Filter and sort bugs using a [query](doc/queries.md):
+```
+git bug ls "status:open sort:edit"
+```
+
 You can now use commands like `show`, `comment`, `open` or `close` to display and modify bugs. For more details about each command, you can run `git bug <command> --help` or read the [command's documentation](doc/md/git-bug.md).
 
 ## Interactive terminal UI