X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=TODO;h=de2aaf639e02fd36b683a625a763c08e4107bc73;hb=c2a298738384e7e67fbb6ab87211ede3cefb765a;hp=a9b944637834fa7af6c5675bcfff0767f11e0b65;hpb=d8b0e8b44523e12d8a85194be7a9c717ed0cfe61;p=tt.git diff --git a/TODO b/TODO index a9b9446..de2aaf6 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,25 @@ +- [ ] Convert to Typed Racket + - requires: build executable (otherwise too slow) +- [ ] Build executable + - requires: fix of "collection not found" when executing the built executable + outside the source directory: + + collection-path: collection not found + collection: "tt" + in collection directories: + context...: + /usr/share/racket/collects/racket/private/collect.rkt:11:53: fail + /usr/share/racket/collects/setup/getinfo.rkt:17:0: get-info + /usr/share/racket/collects/racket/contract/private/arrow-val-first.rkt:555:3 + /usr/share/racket/collects/racket/cmdline.rkt:191:51 + '|#%mzc:p + - [ ] Support redirects - should permanent redirects update the feed somehow? - [ ] Support time ranges (i.e. reading the timeline between given time points) -- [ ] Implement rfc3339->epoch and remove dependency on rfc3339-old -- [ ] remove dependency on http-client +- [ ] Implement rfc3339->epoch +- [x] Remove dependency on rfc3339-old +- [x] remove dependency on http-client - [ ] optional text wrap - [ ] write - [x] caching (use cache by default, unless explicitly asked for update) @@ -36,7 +53,7 @@ - see timeline ops above - see hashtag and channels above - [x] d | download - - [ ] u | upload + - [x] u | upload - calls user-configured command to upload user's own feed file to their server Looks like a better CLI parser than "racket/cmdline": https://docs.racket-lang.org/natural-cli/ But it is no longer necessary now that I've figured out how to chain (command-line ..) calls.