Switch to net/http-client
[tt.git] / TODO
CommitLineData
33cf2848
SK
1- [ ] Convert to Typed Racket
2 - requires: build executable (otherwise too slow)
3- [ ] Build executable
4 - requires: fix of "collection not found" when executing the built executable
5 outside the source directory:
6
7 collection-path: collection not found
8 collection: "tt"
9 in collection directories:
10 context...:
11 /usr/share/racket/collects/racket/private/collect.rkt:11:53: fail
12 /usr/share/racket/collects/setup/getinfo.rkt:17:0: get-info
13 /usr/share/racket/collects/racket/contract/private/arrow-val-first.rkt:555:3
14 /usr/share/racket/collects/racket/cmdline.rkt:191:51
15 '|#%mzc:p
16
d8b0e8b4
SK
17- [ ] Support redirects
18 - should permanent redirects update the feed somehow?
c3d5dd06 19- [ ] Support time ranges (i.e. reading the timeline between given time points)
b8528cc7 20- [ ] Implement rfc3339->epoch and remove dependency on rfc3339-old
9c464d95 21- [x] remove dependency on http-client
d96fa613
SK
22- [ ] optional text wrap
23- [ ] write
4214c0f3 24- [x] caching (use cache by default, unless explicitly asked for update)
d96fa613
SK
25 - [x] value --> cache
26 - [x] value <-- cache
24f1f64b 27 requires: d command
d96fa613
SK
28- [ ] timeline limits
29- [ ] feed set operations (perhaps better done externally?)
30- [ ] timeline as a result of a query (feed set op + filter expressions)
31- [ ] named timelines
32- [ ] config files
33- [ ] parse "following" from feed
34 - following = <nick> <uri>
35- [ ] parse mentions:
36 - @<source.nick source.url> | @<source.url>
37- [ ] highlight mentions
38- [ ] filter on mentions
39- [ ] highlight hashtags
40- [ ] filter on hashtags
41- [ ] hashtags as channels? initial hashtag special?
42- [ ] query language
43- [ ] console logger colors by level ('error)
44- [ ] file logger ('debug)
24f1f64b
SK
45- [-] commands:
46 - [x] r | read
d96fa613 47 - see timeline ops above
24f1f64b 48 - [ ] w | write
d96fa613
SK
49 - arg or stdin
50 - nick expand to URI
24f1f64b 51 - [ ] q | query
d96fa613
SK
52 - see timeline ops above
53 - see hashtag and channels above
4214c0f3 54 - [x] d | download
3a4b2233 55 - [x] u | upload
d96fa613 56 - calls user-configured command to upload user's own feed file to their server
24f1f64b
SK
57 Looks like a better CLI parser than "racket/cmdline": https://docs.racket-lang.org/natural-cli/
58 But it is no longer necessary now that I've figured out how to chain (command-line ..) calls.
3c3cd6cc
SK
59- [ ] Suport immutable timelines
60 - store individual messages (possibly in something like DBM or SQLite)
This page took 0.033971 seconds and 4 git commands to generate.