A full-featured TUI Twitter client
- Ruby (>= 2.1, compiled with ncurses and Readline)
- ncurses
- Readline
- GNU Libidn
$ gem install twterm
To launch twterm, just type in your console:
$ twterm
Key assignments can be configured by editing ~/.twterm/keys.toml
key | operation |
---|---|
h ← |
previous tab |
j ↓ |
move down |
k ↑ |
move up |
l → |
next tab |
^N |
new tweet |
^T |
new tab |
w |
close current tab |
F10 ^C |
quit |
F1 |
key assignments cheatsheet |
See the LICENSE file for license rights and limitations (MIT).