summaryrefslogtreecommitdiffstats
path: root/roadmap.md
diff options
context:
space:
mode:
authorSam Tay <sam.chong.tay@gmail.com>2020-06-25 23:33:46 -0700
committerSam Tay <sam.chong.tay@gmail.com>2020-06-26 10:19:06 -0700
commit1b410e561cd932fb10f1c0884609a29889822a0f (patch)
tree75c79a8b87f0ee13254f46a3833ba9103c868e40 /roadmap.md
parent408660cb5d9a900921200d9cc43943e912f815e6 (diff)
Add demo gif
Diffstat (limited to 'roadmap.md')
-rw-r--r--roadmap.md40
1 files changed, 20 insertions, 20 deletions
diff --git a/roadmap.md b/roadmap.md
index ce8375c..05cc9b8 100644
--- a/roadmap.md
+++ b/roadmap.md
@@ -1,37 +1,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
+ - [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.
+ - [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
+ - [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
+ - [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
+ - [x] Support multiple --site args & searches
### v0.3.0
-[x] Add duckduckgo scraper
+ - [x] Add duckduckgo scraper
### v0.3.1
-[x] Add google scraper
+ - [x] Add google scraper
### at some point
-[x] use trust to distrubute app binaries
-[ ] look up how to add logging `debug!` macros; will help troubleshooting blocked requests
-[ ] handle backoff responses from SE
-[ ] 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
-[ ] per platform package mgmt
-[ ] more testing
+ - [x] use trust to distrubute app binaries
+ - [ ] look up how to add logging `debug!` macros; will help troubleshooting blocked requests
+ - [ ] handle backoff responses from SE
+ - [ ] 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
+ - [ ] per platform package mgmt
+ - [ ] more testing