aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/gist
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gist')
-rwxr-xr-xscripts/gist3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/gist b/scripts/gist
index ffbdd47..07962cd 100755
--- a/scripts/gist
+++ b/scripts/gist
@@ -24,6 +24,7 @@
24# push, p <pattern> Push changes by git (well, better to make commit by youself) 24# push, p <pattern> Push changes by git (well, better to make commit by youself)
25# github, G <index_of_gist> Import selected gist as a new Github repo 25# github, G <index_of_gist> Import selected gist as a new Github repo
26# help, h Show this help message 26# help, h Show this help message
27# version Get the tool version
27# update Update Bash-Snippet Tools 28# update Update Bash-Snippet Tools
28# 29#
29# Example: 30# Example:
@@ -31,7 +32,7 @@
31# gist update (update the list of gists from github.com) 32# gist update (update the list of gists from github.com)
32# gist 3 (show the repo path of your 3rd gist, and do custom actions) 33# gist 3 (show the repo path of your 3rd gist, and do custom actions)
33# gist 3 --no-action (show the repo path of your 3rd gist, and do not perform actions) 34# gist 3 --no-action (show the repo path of your 3rd gist, and do not perform actions)
34# gist new foo --desc bar (create a new gist with file and description) 35# gist new --desc bar foo (create a new gist with file and description)
35# 36#
36# Since now a gist is a local cloned repo 37# Since now a gist is a local cloned repo
37# It is your business to do git commit and git push 38# It is your business to do git commit and git push