aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-03-23 14:00:51 +0800
committertypebrook <typebrook@gmail.com>2020-03-23 14:00:52 +0800
commit64491778942c9cac9eb0e586953708eb212de274 (patch)
tree9e91794502edaacbbececbbcc1d7d7597211233f
parent55774d1352f30964bd22530c4f2ed4e83e5c2a55 (diff)
Add subcommand 'gist all'
To show both user gists and starred gist
-rwxr-xr-xgist2
1 files changed, 2 insertions, 0 deletions
diff --git a/gist b/gist
index 423de11..9edd8ca 100755
--- a/gist
+++ b/gist
@@ -752,6 +752,8 @@ case "$1" in
752 _show_list ;; 752 _show_list ;;
753 star | s) 753 star | s)
754 mark=s _show_list ;; 754 mark=s _show_list ;;
755 all )
756 mark=. _show_list ;;
755 fetch | f) 757 fetch | f)
756 _fetch_gists "$2" ;; 758 _fetch_gists "$2" ;;
757 new | n) 759 new | n)