diff options
| author | typebrook <typebrook@gmail.com> | 2020-04-11 23:10:57 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2020-04-11 23:10:57 +0800 |
| commit | 9af58572e7d99edd5f0f178bd789b1d36a8e63c6 (patch) | |
| tree | c2fc645c23d2c93827b021902267fd6fe50778cb /README.md | |
| parent | 6acdd86d1fede147dd93fff2f9ad86a5f2f2337c (diff) | |
Add configuration 'show_untagged'
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: |