diff options
-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 |