diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2020-07-03 13:23:37 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2020-07-03 13:34:00 +0800 |
| commit | bfa6223d0da884122ad89508134f3a32ab09d334 (patch) | |
| tree | b8c37b34461b42506d1d91381f9ad21dac4ef740 | |
| parent | e9ad59e6e64921690c767b6d82c97d0b037b5f2b (diff) | |
Modify TODO items
| -rwxr-xr-x | gist | 4 |
1 files changed, 1 insertions, 3 deletions
| @@ -50,11 +50,10 @@ | |||
| 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 Add bat tests | 52 | # TODO Add bat tests |
| 53 | # TODO IF in pipe, do not apply configure | 53 | # TODO Add mark when user is in repo |
| 54 | # TODO change gist from public to private or reverse versa | 54 | # TODO change gist from public to private or reverse versa |
| 55 | # TODO feature to exclude tag-value or grep-string | 55 | # TODO feature to exclude tag-value or grep-string |
| 56 | # TODO Save HEADER with wget and httpie | 56 | # TODO Save HEADER with wget and httpie |
| 57 | # TODO codebase statistics, like C++ or something | ||
| 58 | 57 | ||
| 59 | configuredClient="" | 58 | configuredClient="" |
| 60 | 59 | ||
| @@ -342,7 +341,6 @@ _print_records() { | |||
| 342 | cat | 341 | cat |
| 343 | fi | 342 | fi |
| 344 | 343 | ||
| 345 | |||
| 346 | [[ -z $INPUT ]] && _show_hint || true | 344 | [[ -z $INPUT ]] && _show_hint || true |
| 347 | } | 345 | } |
| 348 | 346 | ||