diff options
author | typebrook <typebrook@gmail.com> | 2020-04-08 15:16:02 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-04-08 15:16:02 +0800 |
commit | 1c766c8c73c8d45fc9362f02e45867aa605174b9 (patch) | |
tree | 858771a07224c4a41ebc94a411c22057e3985446 | |
parent | 6f15da10b48fea8f15efe9fcc465451be6669717 (diff) |
Update README
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -206,6 +206,13 @@ gist pin | |||
206 | ``` | 206 | ``` |
207 |  | 207 |  |
208 | 208 | ||
209 | #### Show existing tags | ||
210 | Use sub-command `tags` to show existing tags and pinned tags. They are sorted alphabetically. | ||
211 | ```bash | ||
212 | gist tags | ||
213 | ``` | ||
214 |  | ||
215 | |||
209 | ### Filter by pattern | 216 | ### Filter by pattern |
210 | You can search gists with pattern in description, filename or file contents with sub-command `grep` | 217 | You can search gists with pattern in description, filename or file contents with sub-command `grep` |
211 | ```bash | 218 | ```bash |