zellij/zellij-server/src
Aram Drevekenin 9f1e38f9fa
feat(ui): built-in plugin manager (#3633)
* add plugin list to session info

* feat(plugins): new_plugin and reload_plugin API commands

* feat(plugins): built-in plugin manager

* style(fmt): rustfmt

* update plugins
2024-09-30 18:04:40 +02:00
..
output fix(terminal): improve reflow performance and general memory usage by reducing size of TerminalCharacter (#3043) 2024-01-22 15:28:57 +01:00
panes feat(config): allow loading background plugins on startup (#3616) 2024-09-20 15:38:20 +02:00
plugins feat(ui): built-in plugin manager (#3633) 2024-09-30 18:04:40 +02:00
tab feat(config): allow loading background plugins on startup (#3616) 2024-09-20 15:38:20 +02:00
ui fix(terminal): improve reflow performance and general memory usage by reducing size of TerminalCharacter (#3043) 2024-01-22 15:28:57 +01:00
unit feat(plugins): APIs to break multiple panes into a new tab or an existing tab (#3610) 2024-09-16 21:02:04 +02:00
background_jobs.rs feat(ui): built-in plugin manager (#3633) 2024-09-30 18:04:40 +02:00
lib.rs feat(config): allow loading background plugins on startup (#3616) 2024-09-20 15:38:20 +02:00
logging_pipe.rs dependencies: switch from Wasmer to Wasmtime (#3349) 2024-06-28 16:47:43 +02:00
os_input_output.rs feat(plugins): allow opening command panes in the background (hidden) (#3530) 2024-07-29 11:40:01 +02:00
pty.rs feat(ui): built-in plugin manager (#3633) 2024-09-30 18:04:40 +02:00
pty_writer.rs fix(rendering): occasional glitches while resizing (#2621) 2023-07-12 20:30:41 +02:00
route.rs feat(plugins): API to temporarily bind keys to send a message to a specific plugin id (#3561) 2024-08-21 16:46:01 +02:00
screen.rs feat(ui): built-in plugin manager (#3633) 2024-09-30 18:04:40 +02:00
session_layout_metadata.rs fix(serialization): do not serialize junk sessions (#3504) 2024-07-18 14:29:03 +02:00
terminal_bytes.rs Errors: Ignore errors from async when quitting (#1918) 2022-11-12 10:18:15 +00:00
thread_bus.rs feat(ui): swap layouts and stacked panes (#2167) 2023-02-17 12:05:50 +01:00