diff options
| -rwxr-xr-x | gist | 8 |
1 files changed, 0 insertions, 8 deletions
| @@ -49,14 +49,6 @@ | |||
| 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 | ||
| 53 | # FIXME Chinese charactor break tag alignment | ||
| 54 | # TODO only shows 10 gists by default, 'gist all' to all gists | ||
| 55 | # FIXME Only print files in git with default action | ||
| 56 | # TODO change gist from public to private or reverse versa | ||
| 57 | # TODO feature to exclude tag-value or grep-string | ||
| 58 | # TODO Save HEADER with wget and httpie | ||
| 59 | |||
| 60 | configuredClient="" | 52 | configuredClient="" |
| 61 | 53 | ||
| 62 | declare -r NAME=${GISTSCRIPT:-$(basename $0)} #show hint and helper message with current script name | 54 | declare -r NAME=${GISTSCRIPT:-$(basename $0)} #show hint and helper message with current script name |