13 releases

0.2.0 Jan 31, 2025
0.1.6 Jan 31, 2025
0.1.5 Nov 14, 2024
0.1.3 Oct 31, 2024
0.0.1 Jun 30, 2024

#178 in Command-line interface

Download history 2/week @ 2024-10-23 147/week @ 2024-10-30 16/week @ 2024-11-06 290/week @ 2024-11-13 41/week @ 2024-11-20 16/week @ 2024-11-27 42/week @ 2024-12-04 50/week @ 2024-12-11 3/week @ 2024-12-18 5/week @ 2025-01-08 2/week @ 2025-01-15 239/week @ 2025-01-29 39/week @ 2025-02-05

281 downloads per month

MIT license

185KB
5K SLoC

tuisky: TUI client for Bluesky

out

Features

  • Multiple columns, multiple session management
  • Select from pinned feeds
  • Auto refresh rows
  • Auto save & restore app data
  • Post texts
    • Embed images
    • Embed record
    • Embed external links
    • Reply to post
  • Notifications, Chat, ...
  • Configure with files
  • ... and more

Installation

cargo install tuisky

AUR

You can install tuisky from the AUR with using an AUR helper.

paru -S tuisky

Usage

Usage: tuisky [OPTIONS]

Options:
  -c, --config <CONFIG>            Path to the configuration file
  -n, --num-columns <NUM_COLUMNS>  Maximum number of columns to display. The number of columns will be determined by the terminal width
  -h, --help                       Print help
  -V, --version                    Print version

Default key bindings

Global:

  • Ctrl-q: Quit
  • Ctrl-o: Focus next column

Column:

  • Down: Next item
  • Up: Prev item
  • Enter: Select item
  • Backspace: Back to previous view
  • Ctrl-r: Refresh current view
  • Ctrl-x: Open/Close menu

Configuration with toml file

Various settings can be read from a file.

tuisky --config path/to/config.toml
[keybindings.global]
Ctrl-c = "Quit"

[keybindings.column]
Ctrl-n = "NextItem"
Ctrl-p = "PrevItem"

[watcher.intervals]
feed = 20

The config schema can be referenced by JSON Schema.

Dependencies

~23–36MB
~561K SLoC