aboutsummaryrefslogtreecommitdiff
path: root/src/commands/look_up.rs
AgeCommit message (Collapse)Author
2017-11-25extract DisplayInfo from TwitterCacheAndy Wortman
what a mess... threading this through to any point where printing happens is upsetting. probably should be a global mutable behind accessors.
2017-11-11add a little more help info, describe tweets/compose mode/commandsAndy Wortman
2017-11-11start adding help referenceAndy Wortman
2017-11-01move more logging to be through DisplayInfo statusesAndy Wortman
move DisplayInfo into ... display flush output, duh
2017-10-25begin removing unwrap()Andy Wortman
2017-10-21begin conversion to typed TwitterIDAndy Wortman
2017-10-02move everything to src/Andy Wortman