twterm
is a TUI (Text-based User Interface) Twitter client working on your terminal emulator.
Description
Installation
❄️ Nix (Recommended)
nix-env --install --file https://github.com/ryota-ka/twterm/archive/master.tar.gz
⚠️ If you have BUNDLE_PATH
configured in ~/.bundle/config
, twterm
may fail due to Bundler::GemNotFound
.
See NixOS/nixpkgs#85989 for details.
🍺 Homebrew
brew install ryota-ka/twterm/twterm
💎 RubyGems
You have to install the following dependencies manually:
- Ruby (>= 2.5, < 3.0, compiled with ncurses and Readline)
- ncurses
- GNU Readline
- GNU Libidn
gem install twterm
Usage
twterm
Default key assignments
Key assignments can be configured by editing ~/.twterm/keys.toml
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 cheetsheat |