diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2020-08-18 11:33:39 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2020-08-18 11:33:39 +0800 |
commit | 3b75428f4a1eeadd6b47f777c448d660db8111d1 (patch) | |
tree | 5e5f15256d573b869f622e1a87a0b8368ca955ad | |
parent | dbee446ac0c1f46793611fe4f782cbc8db3f3b95 (diff) |
Update helper text and TODO items
-rwxr-xr-x | gist | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -13,7 +13,7 @@ | |||
13 | # 'all' or 'a' for both your and starred gists. Format for each line is: | 13 | # 'all' or 'a' for both your and starred gists. Format for each line is: |
14 | # <INDEX> <URL> <FILE_NUM> <COMMENT_NUM> <DESCRIPTION> | 14 | # <INDEX> <URL> <FILE_NUM> <COMMENT_NUM> <DESCRIPTION> |
15 | # fetch, f [star|s] Update the local list of your gists, 'star' for your starred gists | 15 | # fetch, f [star|s] Update the local list of your gists, 'star' for your starred gists |
16 | # <INDEX> [-n|--no-action] Show the path of local gist repo and do custom actions(enter sub-shell by default) | 16 | # <INDEX> [-n|--no-action] Show the path of local gist repo and do custom actions(enter sub-shell by default) |
17 | # new, n [-d |--desc <description>] [-p] <FILE>... create a new gist with files | 17 | # new, n [-d |--desc <description>] [-p] <FILE>... create a new gist with files |
18 | # new, n [-d |--desc <description>] [-p] [-f|--file <FILE_NAME>] create a new gist from STDIN | 18 | # new, n [-d |--desc <description>] [-p] [-f|--file <FILE_NAME>] create a new gist from STDIN |
19 | # grep, g <PATTERN> Grep gists by description, filename and content with a given pattern | 19 | # grep, g <PATTERN> Grep gists by description, filename and content with a given pattern |
@@ -49,6 +49,7 @@ | |||
49 | # Since now a gist is a local cloned repo | 49 | # Since now a gist is a local cloned repo |
50 | # It is your business to do git commit and git push | 50 | # It is your business to do git commit and git push |
51 | 51 | ||
52 | # TODO scripts for shell completion | ||
52 | # FIXME Chinese charactor break tag alignment | 53 | # FIXME Chinese charactor break tag alignment |
53 | # TODO only shows 10 gists by default, 'gist all' to all gists | 54 | # TODO only shows 10 gists by default, 'gist all' to all gists |
54 | # FIXME Only print files in git with default action | 55 | # FIXME Only print files in git with default action |