summaryrefslogtreecommitdiffstats
path: root/roadmap.md
diff options
context:
space:
mode:
Diffstat (limited to 'roadmap.md')
-rw-r--r--roadmap.md34
1 files changed, 14 insertions, 20 deletions
diff --git a/roadmap.md b/roadmap.md
index 81c6710..363b9b7 100644
--- a/roadmap.md
+++ b/roadmap.md
@@ -1,33 +1,27 @@
# roadmap
### v0.1.0
-1. Set up CLI with options (assume --lucky)
-2. Hit SO API
-3. Markdown parser
-4. End-to-end synchronous --lucky output
+[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
-1. Add xdga config
+[x] Add xdga config
+[ ] Finishing touches on cli opts like --set-api-key, etc.
### v0.2.0
-1. Add --no-lucky option
-2. For --lucky, async parsing first q/a, then the rest
-3. Tui-rs interface for viewing multiple results
+[ ] Add --no-lucky option
+[ ] For --lucky, async parsing first q/a, then the rest
+[ ] Termimad interface for viewing multiple results
### v0.2.1
-1. Support multiple --site args & searches
+[ ] Support multiple --site args & searches
### v0.3.0
-1. Add google scraper + helpful error messages
+[ ] Add duckduckgo scraper
### at some point
-1. cross-platform release binaries
-2. per platform package mgmt
-
-## deps
-1. clap
-2. serde-json
-2. pulldown-cmark (?)
-3. crossterm
-4. tui-rs
-5. reqwest + scraper for google
+[ ] cross-platform release binaries
+[ ] per platform package mgmt
+[ ] testing