summaryrefslogtreecommitdiffstats
path: root/roadmap.md
blob: 3a9c73a7dbe421f0de42bd02ca3b5f62be652243 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# roadmap

### v0.1.0
[x] Set up CLI with options (assume --lucky)
[x] Hit SO API
[x] Markdown parser
[x] End-to-end synchronous --lucky output

### v0.1.1
[x] Add xdga config
[x] Finishing touches on cli opts like --set-api-key, etc.

### v0.2.0
[x] Termimad interface for viewing multiple results

### v0.2.1
[x] Add --no-lucky option
[x] For --lucky, async parsing first q/a, then the rest

### v0.2.2
[x] Support multiple --site args & searches

### v0.3.0
[x] Add duckduckgo scraper

### v0.3.1
[x] Add google scraper

### at some point
[ ] look up how to add logging `debug!` macros; will help troubleshooting blocked requests
[x] use trust to distrubute app binaries
[ ] allow new queries from TUI, e.g. hit `/` for a prompt
[ ] or `/` searches current q/a
[ ] clean up dingleberries in error.rs and term.rs ; only keep what's actually ergonomic
[ ] add duckduckgo logo to readme
[ ] per platform package mgmt
[ ] more testing