zellij/zellij-utils/src
2024-03-27 20:24:18 +01:00
..
input fix(plugins): session layouts are still serialized using the legacy plugin syntax (remote:) (#3224) 2024-03-27 11:53:26 +01:00
kdl feat(pipes): allow piping messages to plugins from keybindings (#3212) 2024-03-21 16:52:15 +01:00
plugin_api feat(plugins): add api to close current plugin instance (#3228) 2024-03-27 20:24:18 +01:00
snapshots fix(plugins): respect cwd and start filepicker at filesystem root (#3161) 2024-02-28 16:12:12 +01: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: list-sessions show newest sessions last, for better user experience (#3194) 2024-03-24 23:30:47 +09:00
consts.rs feat(sessions): session resurrection (#2801) 2023-10-12 16:05:45 +02:00
data.rs feat(plugins): add api to close current plugin instance (#3228) 2024-03-27 20:24:18 +01:00
downloader.rs perf: improve plugin download & load feature (#3001) 2023-12-13 01:21:32 +09:00
envs.rs Do not advertise 24 bit color support unchecked (#1900) 2022-11-08 13:33:35 +01:00
errors.rs feat(plugins): add api to dump the current session layout to a plugin (#3227) 2024-03-26 18:44:56 +01:00
home.rs feat(sessions): session resurrection (#2801) 2023-10-12 16:05:45 +02:00
ipc.rs fix(startup): recover from race condition that causes Zellij to start in the wrong size (#3218) 2024-03-25 10:28:21 +01:00
lib.rs feat(plugins): introduce 'pipes', allowing users to pipe data to and control plugins from the command line (#3066) 2024-01-17 12:10:49 +01: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(panes): allow specifying coordinates for a new floating pane through the CLI or plugins (#3122) 2024-02-08 17:35:55 +01:00
position.rs fix(terminal): SGR/UTF8 mouse reporting in terminal panes (#1664) 2022-08-17 09:28:51 +02:00
session_serialization.rs feat(plugins): introduce plugin aliases (#3157) 2024-02-26 15:30:15 +01:00
setup.rs feat(plugins): introduce plugin aliases (#3157) 2024-02-26 15:30:15 +01:00
shared.rs plugins: rework plugin loading (#1924) 2022-11-22 20:06:02 +00:00