diff options
author | typebrook <typebrook@gmail.com> | 2020-04-10 10:24:21 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-04-10 10:24:56 +0800 |
commit | 07b1734ffe64b565a89722d7e562ab3f27ad37f8 (patch) | |
tree | e9d35dd369bc3dd05df2241c3028206c1a159345 /README.md | |
parent | 3d7aa69bcfc1965bc3d26dfa4a73640b7061d332 (diff) |
update
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
24 | gist fetch | 24 | gist 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 | ``` |