summaryrefslogtreecommitdiffstats
path: root/src/stackexchange.rs
AgeCommit message (Collapse)Author
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