| Crates.io | tuisky |
| lib.rs | tuisky |
| version | 0.2.1 |
| created_at | 2024-06-30 14:58:11.938555+00 |
| updated_at | 2025-04-05 06:37:41.040558+00 |
| description | TUI client for Bluesky |
| homepage | |
| repository | https://github.com/sugyan/tuisky |
| max_upload_size | |
| id | 1288035 |
| size | 261,943 |
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 = 20
The config schema can be referenced by JSON Schema.