Support upload command
[tt.git] / TODO
CommitLineData
d8b0e8b4
SK
1- [ ] Support redirects
2 - should permanent redirects update the feed somehow?
c3d5dd06 3- [ ] Support time ranges (i.e. reading the timeline between given time points)
b8528cc7 4- [ ] Implement rfc3339->epoch and remove dependency on rfc3339-old
dd3fa56a 5- [ ] remove dependency on http-client
d96fa613
SK
6- [ ] optional text wrap
7- [ ] write
4214c0f3 8- [x] caching (use cache by default, unless explicitly asked for update)
d96fa613
SK
9 - [x] value --> cache
10 - [x] value <-- cache
24f1f64b 11 requires: d command
d96fa613
SK
12- [ ] timeline limits
13- [ ] feed set operations (perhaps better done externally?)
14- [ ] timeline as a result of a query (feed set op + filter expressions)
15- [ ] named timelines
16- [ ] config files
17- [ ] parse "following" from feed
18 - following = <nick> <uri>
19- [ ] parse mentions:
20 - @<source.nick source.url> | @<source.url>
21- [ ] highlight mentions
22- [ ] filter on mentions
23- [ ] highlight hashtags
24- [ ] filter on hashtags
25- [ ] hashtags as channels? initial hashtag special?
26- [ ] query language
27- [ ] console logger colors by level ('error)
28- [ ] file logger ('debug)
24f1f64b
SK
29- [-] commands:
30 - [x] r | read
d96fa613 31 - see timeline ops above
24f1f64b 32 - [ ] w | write
d96fa613
SK
33 - arg or stdin
34 - nick expand to URI
24f1f64b 35 - [ ] q | query
d96fa613
SK
36 - see timeline ops above
37 - see hashtag and channels above
4214c0f3 38 - [x] d | download
3a4b2233 39 - [x] u | upload
d96fa613 40 - calls user-configured command to upload user's own feed file to their server
24f1f64b
SK
41 Looks like a better CLI parser than "racket/cmdline": https://docs.racket-lang.org/natural-cli/
42 But it is no longer necessary now that I've figured out how to chain (command-line ..) calls.
3c3cd6cc
SK
43- [ ] Suport immutable timelines
44 - store individual messages (possibly in something like DBM or SQLite)
This page took 0.021584 seconds and 4 git commands to generate.