Home

Awesome

tuisky: TUI client for Bluesky

out

Features

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:

Column:

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.