1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-27 02:25:28 +03:00
wezterm/lua-api-crates
Wez Furlong a5b52de02c
populate ssh domains from your ssh config by default
If you haven't assigned `config.ssh_domains` to something else,
this commit will populate it from the hosts it finds in your
ssh config file.

First it will emit no-multiplexing entries that allow ad-hoc
ssh connections.

Then it will emit wezterm multiplexing enabled versions of those
entries.
2023-03-29 11:51:59 -07:00
..
battery fix(clippy): Remove closures where possible 2023-03-19 08:41:38 -07:00
color-funcs sync-color-schemes: update for recent gogh schema changes 2023-03-20 11:30:12 -07:00
filesystem fix(clippy): Remove closures where possible 2023-03-19 08:41:38 -07:00
json allow json encoding wezterm.GLOBAL entries 2023-03-22 09:30:02 -07:00
logging config: split out lua functions into their own crates 2022-05-19 06:48:09 -07:00
mux add pane:activate() and tab:activate() 2023-03-27 21:12:10 -07:00
plugin fix: rewrite . when fetching path in lua plugin crate 2023-03-17 11:57:30 -07:00
procinfo-funcs lua: add wezterm.procinfo module 2022-07-16 08:49:58 -07:00
share-data add __len and __pairs metamethods to wezterm.GLOBALS 2023-03-21 21:04:52 -07:00
spawn-funcs add own open_url crate 2023-03-19 12:44:12 -07:00
ssh-funcs populate ssh domains from your ssh config by default 2023-03-29 11:51:59 -07:00
termwiz-funcs update terminfo to 0.8 2023-03-24 10:12:49 -07:00
time-funcs time: call_after accepts fractional seconds 2023-03-19 10:29:19 -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.