diff options
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -1,4 +1,9 @@ | |||
| 1 | # gist - Manage your gist like a pro | 1 | # gist - Manage your gist like a pro |
| 2 | |||
| 3 | All your snippets deserve version control and tagging! | ||
| 4 | `gist` is a simple bash script for gist management, lite and dependency-free! | ||
| 5 | Use it to boost your coding workflow. | ||
| 6 | |||
| 2 | - [Getting Started](#Getting-Started) | 7 | - [Getting Started](#Getting-Started) |
| 3 | - [Basic Commands](#Basic-Commands) | 8 | - [Basic Commands](#Basic-Commands) |
| 4 | - [Update and clone gists from Github](#Update-and-clone-gists-from-Github) | 9 | - [Update and clone gists from Github](#Update-and-clone-gists-from-Github) |
| @@ -20,6 +25,8 @@ | |||
| 20 | 25 | ||
| 21 | ## Getting Started | 26 | ## Getting Started |
| 22 | ```bash | 27 | ```bash |
| 28 | # Install script | ||
| 29 | curl -fsSL https://raw.githubusercontent.com/typebrook/gist/master/install.sh | bash | ||
| 23 | # Fetch your gists and clone them into ~/gist as git repos | 30 | # Fetch your gists and clone them into ~/gist as git repos |
| 24 | gist fetch | 31 | gist fetch |
| 25 | # List your gists | 32 | # List your gists |