zellij/zellij-utils/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
..
input fix(errors): add file path context to all IO errors in ConfigError (#2412) 2023-04-28 16:53:46 +02:00
kdl fix(errors): add file path context to all IO errors in ConfigError (#2412) 2023-04-28 16:53:46 +02:00
snapshots feat: support default cwd (#2290) 2023-04-18 16:35:51 +02:00
test-fixtures feat(config): switch to kdl (#1759) 2022-10-05 07:44:00 +02:00
channels.rs Improve client disconnect handling (#2068) 2023-01-22 18:04:40 +00:00
cli.rs feat(plugins): reload plugin at runtime (#2372) 2023-04-19 10:09:39 +02:00
consts.rs feat(plugins): Plugin workers and strider (#2449) 2023-05-16 12:47:18 +02:00
data.rs feat(plugins): Plugin workers and strider (#2449) 2023-05-16 12:47:18 +02:00
envs.rs Do not advertise 24 bit color support unchecked (#1900) 2022-11-08 13:33:35 +01:00
errors.rs feat(plugins): Plugin workers and strider (#2449) 2023-05-16 12:47:18 +02:00
ipc.rs feat(cli): QueryTabNames cli action to list all tab names (#2145) 2023-03-01 17:28:17 +01:00
lib.rs Use rust 1.67 (#2375) 2023-05-09 02:43:28 +00:00
logging.rs Log thread_bus IPC messages only in debug mode (#1800) 2022-10-17 15:34:06 +00:00
pane_size.rs feat(ui): swap layouts and stacked panes (#2167) 2023-02-17 12:05:50 +01:00
position.rs fix(terminal): SGR/UTF8 mouse reporting in terminal panes (#1664) 2022-08-17 09:28:51 +02:00
setup.rs Fix issue 2421 - Update config file output (#2443) 2023-05-15 23:56:03 +09:00
shared.rs plugins: rework plugin loading (#1924) 2022-11-22 20:06:02 +00:00