1
1
mirror of https://github.com/wez/wezterm.git synced 2024-10-06 03:07:36 +03:00
wezterm/lua-api-crates
Wez Furlong 463ca2fa29 add wezterm.color module for working with colors
wezterm.color.parse() returns a color object that can be assigned in the
wezterm color config, and that can be used to adjust hue, saturation and
lightness, as well as calculate harmonizing colors (complements, triads,
squares) from the RGB/HSL color wheel.
2022-07-10 23:41:18 -07:00
..
battery config: split out lua functions into their own crates 2022-05-19 06:48:09 -07:00
color-funcs add wezterm.color module for working with colors 2022-07-10 23:41:18 -07:00
filesystem config: split out lua functions into their own crates 2022-05-19 06:48:09 -07:00
json add wezterm.json_parse and wezterm.json_encode 2022-07-10 09:30:54 -07:00
logging config: split out lua functions into their own crates 2022-05-19 06:48:09 -07:00
mux lua: make gui_window() reconcile workspace 2022-07-06 18:52:14 -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 wezterm.format: accept "ResetAttributes" to reset attributes 2022-07-09 16:19:30 -07:00
window-funcs wayland: use zwlr_output_manager if available 2022-07-08 13:40:28 -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.