X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=TODO;h=d1a112fdc5baf571785ca47c086d514be83903c1;hb=a78e83b822eb7c4ab7cec791c50a93a80d5ff954;hp=14ce42923c4e350fcd77116313718e9cb3811499;hpb=3c3cd6cc10d8e753a43541d8147fa678b2db71ea;p=tt.git diff --git a/TODO b/TODO index 14ce429..d1a112f 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,31 @@ +# vim:sw=2:sts=2: +- [ ] Output formats: + - [x] text long + - [x] text short + - [ ] HTML + - [ ] JSON +- [ ] Convert to Typed Racket + - requires: build executable (otherwise too slow) +- [x] Build executable + Implies 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 +- [x] 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) @@ -34,7 +59,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.