summaryrefslogtreecommitdiffstats
path: root/src/stackexchange.rs
AgeCommit message (Collapse)Author
2020-06-18Remove tokiono-tokioSam Tay
This doesnt seem to fix the resizing problem...
2020-06-18Parallelize markdown parsing, and do it upfrontSam Tay
2020-06-18If multi-site searching, sort questions by scorev0.2.2Sam Tay
2020-06-18For --lucky, only search first configured siteSam Tay
2020-06-18Allow searching multiple SE sites at onceSam Tay
2020-06-18Fetch q/a in the background while viewing --luckyv0.2.1Sam Tay
2020-06-17Use async http requests via tokioSam Tay
2020-06-16Add --lucky flagSam Tay
Punting on async for now because loading up the cursive app is already super fast. Might be noticeably necessary after multi-site and external search engines are added
2020-06-11Visible question & answer listSam Tay
2020-06-11...Use cursive insteadSam Tay
2020-06-10Trying out tui-rs...Sam Tay
2020-06-08Clean up reading/writing to filesSam Tay
2020-06-08Refactor error handlingSam Tay
2020-06-08Add tests for url parsingSam Tay
2020-06-07Leverage termimad to print sites in a tableSam Tay
And scrap all the crossterm wrappers in term.rs
2020-06-07Thank god for clippySam Tay
2020-06-07Propagate errors throughout appSam Tay
and add stdout styles via crossterm
2020-06-06Implement --list-sites and --update-sitesSam Tay
and validation on supplied site argument.
2020-06-06Fetch and cache SE sitesSam Tay
2020-06-06Hardcode filter (as recommended by SE docs)Sam Tay
2020-06-04Successfully print top answer to stdoutSam Tay
2020-06-04Stash reqwest progressSam Tay