1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 23:21:08 +03:00
wezterm/lua-api-crates
2022-06-17 16:57:52 -07:00
..
battery config: split out lua functions into their own crates 2022-05-19 06:48:09 -07:00
filesystem config: split out lua functions into their own crates 2022-05-19 06:48:09 -07:00
logging config: split out lua functions into their own crates 2022-05-19 06:48:09 -07:00
mux docs: gui-startup, mux-startup and wezterm.mux 2022-06-17 16:57:52 -07:00
spawn-funcs deps: update 2022-06-12 20:17:48 -07:00
ssh-funcs config: split out lua functions into their own crates 2022-05-19 06:48:09 -07:00
termwiz-funcs config: split out lua functions into their own crates 2022-05-19 06:48:09 -07:00
README.md config: split out lua functions into their own crates 2022-05-19 06:48:09 -07:00

The crates in this directory provide modules and functions to wezterm's lua config file and interface.

They are registered into the lua config via env-bootstrap.

It is advantageous to build times to have multiple, smaller, crates.