twterm
A full-featured TUI Twitter client

Installation
With Nix (Recommended)
$ nix-env --install --file https://github.com/ryota-ka/twterm/archive/master.tar.gz
With RubyGems
Requirements
- Ruby (>= 2.5, < 3, compiled with ncurses and Readline)
- ncurses
- Readline
- GNU Libidn
$ gem install twterm
Usage
To launch twterm, just type in your console:
$ twterm
Default key assignments
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 |
License
See the LICENSE file for license rights and limitations (MIT).
Links
Development
Requirements
Setting up development environment
$ nix-shell
Ruby version can be switched with --arg option (defaults to 2.7).
$ nix-shell --arg ruby 2.6