television/cable/unix/files.toml
2025-07-27 16:08:20 +02:00

20 lines
378 B
TOML

[metadata]
name = "files"
description = "A channel to select files and directories"
requirements = ["fd", "bat"]
[source]
command = ["fd -t f", "fd -t f -H"]
[preview]
command = "bat -n --color=always '{}'"
env = { BAT_THEME = "ansi" }
[keybindings]
shortcut = "f1"
ctrl-f12 = "edit"
[actions.edit]
description = "Opens the selected entry with Neovim"
command = "nvim '{}'"