LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

tuisky

TUI client for the Bluesky social network

TLDR

Launch the Bluesky TUI client
$ tuisky
copy
Specify a config file
$ tuisky -c [path/to/config.toml]
copy
Set maximum number of columns
$ tuisky -n [3]
copy
Show version
$ tuisky -V
copy

SYNOPSIS

tuisky [options]

DESCRIPTION

tuisky is a terminal user interface client for Bluesky. It features multiple columns, multiple session management, pinned feed selection, auto-refresh, post creation with text and image embedding, notifications and chat, and configurable settings with auto-save and restore.

PARAMETERS

-c, --config CONFIG

Path to configuration file.
-n, --num-columns NUM
Maximum number of columns to display (auto-determined by terminal width if not set).
-h, --help
Print help.
-V, --version
Print version.

HISTORY

tuisky was created by sugyan and is written in Rust using the ratatui TUI framework.

SEE ALSO

toot(1), servitor(1)

Copied to clipboard
Kai