aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-04-11 23:10:57 +0800
committertypebrook <typebrook@gmail.com>2020-04-11 23:10:57 +0800
commit9af58572e7d99edd5f0f178bd789b1d36a8e63c6 (patch)
treec2fc645c23d2c93827b021902267fd6fe50778cb /README.md
parent6acdd86d1fede147dd93fff2f9ad86a5f2f2337c (diff)
Add configuration 'show_untagged'
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 40ad032..0a69575 100644
--- a/README.md
+++ b/README.md
@@ -164,6 +164,11 @@ valid values are:
164 164
165For example, use `gist config protocol ssh` to use SSH protocol instead. 165For 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
170Use `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: