Runtime
rt
You can access Yazi's runtime through rt
to obtain startup parameters, terminal properties, user preferences, etc.
args
Command-line arguments passed by the user when launching Yazi.
Type | rt::Args |
term
User's terminal emulator properties.
Type | rt::Term |
mgr
User preferences under [mgr].
Type | table |
plugin
User preferences under [plugin].
Type | rt::Plugin |
preview
User preferences under [preview].
Type | table |
tasks
User preferences under [tasks].
Type | table |
th
You can access the user's theme and flavor configuration through th
.
mgr
See [mgr].
Type | table |
tabs
See [tabs].
Type | table |
mode
See [mode].
Type | table |
status
See [status].
Type | table |
which
See [which].
Type | table |
confirm
See [confirm].
Type | table |
spot
See [spot].
Type | table |
notify
See [notify].
Type | table |
pick
See [pick].
Type | table |
input
See [input].
Type | table |
cmp
See [cmp].
Type | table |
tasks
See [tasks].
Type | table |
help
See [help].
Type | table |
rt::Args
entries
TODO
cwd_file
TODO
chooser_file
TODO
rt::Term
User's terminal emulator properties.
light
Whether the terminal is in light mode.
Type | boolean |
rt::Plugin
TODO