7 releases

0.1.1 Aug 15, 2024
0.1.0 Aug 15, 2024
0.0.5 Jul 24, 2024
0.0.1 Jun 30, 2024

#184 in Command-line interface

Download history 129/week @ 2024-06-24 178/week @ 2024-07-01 230/week @ 2024-07-08 11/week @ 2024-07-15 138/week @ 2024-07-22 5/week @ 2024-07-29 224/week @ 2024-08-12 8/week @ 2024-08-19 4/week @ 2024-08-26

236 downloads per month

MIT license

180KB
4.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_view_posts = 20

The config schema can be referenced by JSON Schema.

Dependencies

~23–37MB
~568K SLoC