aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMike Goldin <mike.goldin@protonmail.ch>2020-11-17 08:09:35 -0500
committerMike Goldin <mike.goldin@protonmail.ch>2020-11-17 08:32:19 -0500
commitee3841155e5c58b85408f29a8d44630da5de63f7 (patch)
tree1b477423060292af296b32971cda1ca0045e0c0d /README.md
parentb494e06804dca860138da843e0c44912f692a280 (diff)
downloadgit-bug-ee3841155e5c58b85408f29a8d44630da5de63f7.tar.gz
Update docs for full text search
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8f68f026..ca8beceb 100644
--- a/README.md
+++ b/README.md
@@ -161,6 +161,11 @@ Filter and sort bugs using a [query](doc/queries.md):
git bug ls "status:open sort:edit"
```
+Search for bugs by text content:
+```
+git bug ls "foo bar" baz
+```
+
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