diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -164,6 +164,11 @@ valid values are: | |||
| 164 | 164 | ||
| 165 | For example, use `gist config protocol ssh` to use SSH protocol instead. | 165 | For example, use `gist config protocol ssh` to use SSH protocol instead. |
| 166 | 166 | ||
| 167 | ### show_untagged | ||
| 168 | **[Optional]** Whether to show untagged gists when using [`gist tag`](#List-gists-with-tags). Default to be `true` | ||
| 169 | |||
| 170 | Use `gist config show_untagged false` to disable this feature. | ||
| 171 | |||
| 167 | ## Filter gists | 172 | ## Filter gists |
| 168 | ### Filter by tags | 173 | ### Filter by tags |
| 169 | `gist` treats **trailing hashtags** inside gist description as tags. For example, if a description is: | 174 | `gist` treats **trailing hashtags** inside gist description as tags. For example, if a description is: |