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