Crates.io | tuisky |
lib.rs | tuisky |
version | 0.1.3 |
source | src |
created_at | 2024-06-30 14:58:11.938555 |
updated_at | 2024-10-31 07:12:18.581758 |
description | TUI client for Bluesky |
homepage | |
repository | https://github.com/sugyan/tuisky |
max_upload_size | |
id | 1288035 |
size | 250,684 |
cargo install tuisky
You can install tuisky
from the AUR with using an AUR helper.
paru -S tuisky
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
Global:
Ctrl-q
: QuitCtrl-o
: Focus next columnColumn:
Down
: Next item
Up
: Prev item
Enter
: Select item
Backspace
: Back to previous view
Ctrl-r
: Refresh current view
Ctrl-x
: Open/Close menu
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.