Skip to content

Latest commit

 

History

46 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twee-rs

A TUI Twitter client written in Rust. twee-rs

Requirements

  • vi command to compose tweet

Usage

Credentials

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 run

Key comamnds

Home Timeline page

  • r: reload timeline
  • c: compose tweet
  • q: exit
  • j: cursor down
  • k: cursor up
  • return: navigate to tweet detail page

Tweet Detail page

  • f: favorite
  • q: back to home timeline page

About

TUI Twitter client written in Rust 🦀:bird:

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages