aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/gist
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gist')
-rwxr-xr-xscripts/gist7
1 files changed, 5 insertions, 2 deletions
diff --git a/scripts/gist b/scripts/gist
index 2b1bf33..3d4a2f7 100755
--- a/scripts/gist
+++ b/scripts/gist
@@ -1,12 +1,12 @@
1#!/usr/bin/env bash 1#!/usr/bin/env bash
2# 2#
3# Author: Hsieh Chin Fan 3# Author: Hsieh Chin Fan (typebrook)
4# License: MIT 4# License: MIT
5# https://gist.github.com/typebrook/b0d2e7e67aa50298fdf8111ae7466b56 5# https://gist.github.com/typebrook/b0d2e7e67aa50298fdf8111ae7466b56
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# It works with jq and curl, which are easy to get in most cases 9# It works under GNU with jq and curl, which are easy to get in most cases
10# 10#
11# Use the following commands to manage your gists: 11# Use the following commands to manage your gists:
12# 12#
@@ -38,6 +38,9 @@
38# * clean removed gists in local 38# * clean removed gists in local
39# gist [clean | C] 39# gist [clean | C]
40 40
41# * show this help message
42# gist [help | h]
43
41# define your environmemnts here 44# define your environmemnts here
42# TODO support auth prompt 45# TODO support auth prompt
43#------------------- 46#-------------------