diff options
author | typebrook <typebrook@gmail.com> | 2020-03-23 14:00:51 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-03-23 14:00:52 +0800 |
commit | 64491778942c9cac9eb0e586953708eb212de274 (patch) | |
tree | 9e91794502edaacbbececbbcc1d7d7597211233f | |
parent | 55774d1352f30964bd22530c4f2ed4e83e5c2a55 (diff) |
Add subcommand 'gist all'
To show both user gists and starred gist
-rwxr-xr-x | gist | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |