aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Collapse)Author
2017-12-03rebrand + fix cache/profile jsoniximeow
also set current profile to first auth'd account, when starting from a blank slate. silence follower changes because it's not sanely displayed yet (and may never be)
2017-11-30remove unneeded params, adjust id displayiximeow
tweets are now recorded with the date they are recieved at dated id lookup is now supported tweet ids, where displayed, are displayed in a convenient form: if the tweet was recieved today, show the today id if the tweet was recieved on a different day, show the bare id many instances where display_info was passed for logging information, the parameter has become unnecessary, so it's gone now
2017-11-26wrap lines intelligently with respect to ANSI sequencesiximeow
2017-10-24add displayiximeow
2017-10-21begin conversion to typed TwitterIDiximeow
2017-10-02move everything to src/iximeow
2017-09-10support only serializing non-None fields (i hope)iximeow
also move application to main thread, twitter connection to.. not main thread. now when twitter fails to connect or the connection drops, the application continues ticking along.
2017-09-10rewrite to have actual structs for data, not awful json blobsiximeow
it might even grow to multiple files one day
2017-07-17gettin better - thread for stream, thread for renderAndy Wortman
render slightly intelligently, too
2017-07-15initialAndy Wortman