aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xscripts/gist4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/gist b/scripts/gist
index c449e7d..40c062f 100755
--- a/scripts/gist
+++ b/scripts/gist
@@ -6,7 +6,9 @@
6# 6#
7# 7#
8# This script host your gists as local Github repo 8# This script host your gists as local Github repo
9# Use the following commands to manage your gists 9# It works with jq and curl, which are easy to get in most cases
10#
11# Use the following commands to manage your gists:
10# 12#
11# * update your gists list with Github API 13# * update your gists list with Github API
12# gist [update | u] 14# gist [update | u]