A TUI Twitter client written in Rust.

vicommand to compose tweet
Get credentials from Twitter Developer website and put it in the home directory, and name it ~/.twitter_credentials.json,
{
"api_key": "xxxx",
"api_secret_key": "xxxx",
"access_token": "xxxx",
"access_token_secret": "xxxx"
}then run
cargo runr: reload timelinec: compose tweetq: exitj: cursor downk: cursor upreturn: navigate to tweet detail page
f: favoriteq: back to home timeline page