aboutsummaryrefslogtreecommitdiff
path: root/src/commands/profile.rs
AgeCommit message (Collapse)Author
2017-12-02track dirty bit to know if we should redraw displayAndy Wortman
also clean up a bunch of TODOs
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-20add profiles command to list known profilesAndy Wortman
also ... include profile command file, which i neglected to include in a prior commit