aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index be5890d..31959b1 100644
--- a/README.md
+++ b/README.md
@@ -206,6 +206,13 @@ gist pin
206``` 206```
207![](https://i.imgur.com/LuEjNry.png) 207![](https://i.imgur.com/LuEjNry.png)
208 208
209#### Show existing tags
210Use sub-command `tags` to show existing tags and pinned tags. They are sorted alphabetically.
211```bash
212gist tags
213```
214![](https://i.imgur.com/PuwmaK4.png)
215
209### Filter by pattern 216### Filter by pattern
210You can search gists with pattern in description, filename or file contents with sub-command `grep` 217You can search gists with pattern in description, filename or file contents with sub-command `grep`
211```bash 218```bash