aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-04-08 15:16:02 +0800
committertypebrook <typebrook@gmail.com>2020-04-08 15:16:02 +0800
commit1c766c8c73c8d45fc9362f02e45867aa605174b9 (patch)
tree858771a07224c4a41ebc94a411c22057e3985446 /README.md
parent6f15da10b48fea8f15efe9fcc465451be6669717 (diff)
Update README
Diffstat (limited to 'README.md')
-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