1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 23:21:08 +03:00
wezterm/lua-api-crates
2023-07-12 14:14:55 -07:00
..
battery fix(clippy): Remove closures where possible 2023-03-19 08:41:38 -07:00
color-funcs deps: upgrade mlua to 0.9.0-rc.1 2023-07-12 14:14:55 -07:00
filesystem fix(clippy): Remove closures where possible 2023-03-19 08:41:38 -07:00
json deps: upgrade mlua to 0.9.0-rc.1 2023-07-12 14:14:55 -07:00
logging config: split out lua functions into their own crates 2022-05-19 06:48:09 -07:00
mux deps: upgrade mlua to 0.9.0-rc.1 2023-07-12 14:14:55 -07:00
plugin fix(plugin): drop Repository, so that renaming succeeds on Windows 2023-05-28 09:18:42 -07:00
procinfo-funcs lua: add wezterm.procinfo module 2022-07-16 08:49:58 -07:00
share-data deps: upgrade mlua to 0.9.0-rc.1 2023-07-12 14:14:55 -07:00
spawn-funcs deps: upgrade mlua to 0.9.0-rc.1 2023-07-12 14:14:55 -07:00
ssh-funcs populate ssh domains from your ssh config by default 2023-03-29 11:51:59 -07:00
termwiz-funcs deps: upgrade mlua to 0.9.0-rc.1 2023-07-12 14:14:55 -07:00
time-funcs deps: upgrade mlua to 0.9.0-rc.1 2023-07-12 14:14:55 -07:00
window-funcs macos: report max_fps in ScreenInfo 2022-08-19 21:02:51 -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.