TuiTwi is a TUI Twitter client written in Python.
Installation:
python setup.py install
Run:
tuitwi
Confituration:
$HOME/.tuitwirc.yml
Keybind:
view:
- r : Update
- j/k : move (next/prev) post
- TAB : goto post mode
- RET : reply
- h/l : move tab
- C-f/C-b: scroll down/up
- SPC/- : scroll down/up
- ? : help
- q : quit
- R : RT
- o : open the post in browser
- H : open the home in browser
- f : fav
- d : delete post
post:
- Emacs like : C-f, C-b, C-a, C-e, C-d, C-h, C-k
- TAB : return to view mode
- RET : post
help
- q : quit help
Product's homepage
Requirements:
· Python
· tweepy
· PyYAML