zellij/zellij-utils/src
Aram Drevekenin d671ab650e
feat(plugins): add API to list clients, their focused panes and running commands/plugins (#3687)
* fix(list-clients): properly show client info after a tab was closed

* feat(plugins): add API to list clients, their focused panes and running commands/plugins

* style(fmt): rustfmt
2024-10-22 15:27:40 +02:00
..
input fix(config): watch/update config given with --config when appropriate (#3678) 2024-10-14 18:01:11 +02:00
kdl feat(cli): make --layout idempotent(-ish) (#3650) 2024-10-08 16:57:54 +02:00
plugin_api feat(plugins): add API to list clients, their focused panes and running commands/plugins (#3687) 2024-10-22 15:27:40 +02:00
snapshots feat(cli): make --layout idempotent(-ish) (#3650) 2024-10-08 16:57:54 +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(cli): make --layout idempotent(-ish) (#3650) 2024-10-08 16:57:54 +02:00
consts.rs fix(plugins): various plugin api and other fixes (#3665) 2024-10-11 18:04:18 +02:00
data.rs feat(plugins): add API to list clients, their focused panes and running commands/plugins (#3687) 2024-10-22 15:27:40 +02:00
downloader.rs fix(plugins): handle concurrent http downloads (#3664) 2024-10-11 15:26:05 +02:00
envs.rs feat(ux): first run setup-wizard (#3556) 2024-08-16 14:00:01 +02:00
errors.rs feat(plugins): add API to list clients, their focused panes and running commands/plugins (#3687) 2024-10-22 15:27:40 +02:00
home.rs feat(sessions): session resurrection (#2801) 2023-10-12 16:05:45 +02:00
ipc.rs feat(ux): first run setup-wizard (#3556) 2024-08-16 14:00:01 +02:00
lib.rs fix(http): web requests (#3643) 2024-10-04 18:09:06 +02:00
logging.rs dependencies: switch from Wasmer to Wasmtime (#3349) 2024-06-28 16:47:43 +02:00
pane_size.rs fix(layouts): recover from resurrection crash and pick up swap layouts properly (#3249) 2024-04-10 15:26:54 +02:00
position.rs fix(terminal): SGR/UTF8 mouse reporting in terminal panes (#1664) 2022-08-17 09:28:51 +02:00
session_serialization.rs fix(resurrection): plugin alias resurrection (#3673) 2024-10-14 13:13:52 +02:00
setup.rs feat(cli): show CACHE_DIR in zellij setup --check (#3652) 2024-10-09 09:47:17 +02:00
shared.rs plugins: rework plugin loading (#1924) 2022-11-22 20:06:02 +00:00