zellij/zellij-server/src
Aram Drevekenin 5fe4d60c22
feat(plugins): Plugin workers and strider (#2449)
* mvp of strider fuzzy find

* improve search ui

* various refactoringz

* moar refactoring

* even more refactoring

* tests and more refactoring

* refactor: remove unused stuff

* style(fmt): rustfmt

* debug ci

* debug ci

* correct path for plugin system tests

* fix plugin system ci tests

* remove debugging statements from test

* fix plugin worker persistence

* add test for plugin worker persistence

* style(fmt): rustfmt

* final cleanups

* remove outdated comments
2023-05-16 12:47:18 +02:00
..
output performance(rendering): improve rendering performance (#1960) 2022-11-21 20:07:24 +01:00
panes feat(plugins): reload plugin at runtime (#2372) 2023-04-19 10:09:39 +02:00
plugins feat(plugins): Plugin workers and strider (#2449) 2023-05-16 12:47:18 +02:00
tab feat(plugins): reload plugin at runtime (#2372) 2023-04-19 10:09:39 +02:00
ui feat(plugins): reload plugin at runtime (#2372) 2023-04-19 10:09:39 +02:00
unit feat: support default cwd (#2290) 2023-04-18 16:35:51 +02:00
background_jobs.rs feat(plugins): async plugin loading (#2327) 2023-03-27 19:19:34 +02:00
lib.rs Do not unwrap() the sticky bit setting! (#2424) 2023-05-05 00:00:43 +02:00
logging_pipe.rs feat(plugins): Plugin workers and strider (#2449) 2023-05-16 12:47:18 +02:00
os_input_output.rs fix(scrollback-editor): properly invoke editor when command includes spaces (#2339) 2023-03-31 16:23:24 +02:00
pty.rs feat: support default cwd (#2290) 2023-04-18 16:35:51 +02:00
pty_writer.rs refactor(plugins): change the data flow (#1934) 2022-11-15 12:21:36 +01:00
route.rs feat(plugins): update and render plugins asynchronously (#2410) 2023-04-28 15:26:39 +02:00
screen.rs feat(plugins): update and render plugins asynchronously (#2410) 2023-04-28 15:26:39 +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