diff options
| -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 |