aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-04-10 10:24:21 +0800
committertypebrook <typebrook@gmail.com>2020-04-10 10:24:56 +0800
commit07b1734ffe64b565a89722d7e562ab3f27ad37f8 (patch)
treee9d35dd369bc3dd05df2241c3028206c1a159345
parent3d7aa69bcfc1965bc3d26dfa4a73640b7061d332 (diff)
update
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8232d6b..69d9a24 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
1# gist - Manage your gist like a pro 1# gist - Manage your gist like a pro
2- [Getting started](#Getting-started) 2- [Getting Started](#Getting-Started)
3- [Basic Commands](#Basic-Commands) 3- [Basic Commands](#Basic-Commands)
4 - [Update and clone gists from Github](#Update-and-clone-gists-from-Github) 4 - [Update and clone gists from Github](#Update-and-clone-gists-from-Github)
5 - [List your gists](#List-your-gists) 5 - [List your gists](#List-your-gists)
@@ -18,7 +18,7 @@
18 - [Suppress action](#Suppress-action) 18 - [Suppress action](#Suppress-action)
19 - [Suppress hint](#Suppress-hint) 19 - [Suppress hint](#Suppress-hint)
20 20
21## Getting started 21## Getting Started
22```bash 22```bash
23# Fetch your gists and clone them into ~/gist as git repos 23# Fetch your gists and clone them into ~/gist as git repos
24gist fetch 24gist fetch
@@ -166,7 +166,7 @@ For example, use `gist config protocol ssh` to use SSH protocol instead.
166 166
167## Filter gists 167## Filter gists
168### Filter by tags 168### Filter by tags
169`gist` treats **trailing hashtags** inside gist description as tags. For example, if a description s: 169`gist` treats **trailing hashtags** inside gist description as tags. For example, if a description is:
170``` 170```
171[Title] this is description #tag1 #tag2 171[Title] this is description #tag1 #tag2
172``` 172```