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 itemUp
: Prev itemEnter
: Select itemBackspace
: Back to previous viewCtrl-r
: Refresh current viewCtrl-x
: Open/Close menuVarious 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.