1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 19:27:22 +03:00
wezterm/lua-api-crates
2022-06-18 21:31:53 -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 cargo fmt 2022-06-18 07:17:16 -07:00
share-data lua: add wezterm.GLOBAL 2022-06-18 21:31:53 -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.