summaryrefslogtreecommitdiffstats
path: root/roadmap.md
blob: 1a1bc4cebfbf174d64d90209e57a3795c6659a61 (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
# 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
[ ] Add --no-lucky option
[ ] For --lucky, async parsing first q/a, then the rest

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

### v0.3.0
[ ] Add duckduckgo scraper

### at some point
[ ] ask SE forums if I should bundle my api-key?
[ ] allow new queries from TUI, e.g. hit `/` for a prompt
[ ] or `/` searches current q/a
[ ] clean up error.rs and term.rs ; only keep whats actually ergonomic
[ ] ask legal@stackoverflow.com for permission to logo stackoverflow/stackexchange in readme
[ ] add duckduckgo logo to readme
[ ] cross-platform release binaries
[ ] per platform package mgmt
[ ] testing