summaryrefslogtreecommitdiffstats
path: root/zellij-utils/src/errors.rs
AgeCommit message (Expand)Author
2024-06-14feat(plugins): rebind keys at runtime (#3422)Aram Drevekenin
2024-04-30feat(cli): list clients, their focused pane_id and the running command (#3314)Aram Drevekenin
2024-03-26feat(plugins): add api to dump the current session layout to a plugin (#3227)Aram Drevekenin
2024-03-25fix(startup): recover from race condition that causes Zellij to start in the ...Aram Drevekenin
2024-03-21feat(pipes): allow piping messages to plugins from keybindings (#3212)Aram Drevekenin
2024-03-18feat(plugins): session manager cwd and new filepicker (#3200)Aram Drevekenin
2024-02-19feat: add moving tab to other position (#3047)Bartosz Zbytniewski
2024-02-06feat(sessions): welcome screen (#3112)Aram Drevekenin
2024-01-17feat(plugins): introduce 'pipes', allowing users to pipe data to and control ...Aram Drevekenin
2023-11-08fix(ux): LaunchPlugin and some cwd fixes (#2916)Aram Drevekenin
2023-11-06fix(plugins): start plugin pane in cwd of focused pane if possible (#2905)Aram Drevekenin
2023-11-05feat(ux): allow renaming sessions (#2903)Aram Drevekenin
2023-10-20feat(plugins): web requests api (#2879)Aram Drevekenin
2023-10-17feat(panes): Add an option to press <ESC> and drop to shell in command panes ...Aram Drevekenin
2023-10-16feat(plugins): plugin run_command api (#2862)Aram Drevekenin
2023-10-13feat(client): terminal synchronized output (#2798)gmorer
2023-10-12feat(sessions): session resurrection (#2801)Aram Drevekenin
2023-09-18feat(panes): in place run (#2795)Aram Drevekenin
2023-08-24feat(sessions): add a session manager to switch between sessions, tabs and pa...Aram Drevekenin
2023-08-12feat: add plugin permission system (#2624)Jae-Heon Ji
2023-08-02feat(ui): break pane to new tab and move panes between tabs (#2664)Aram Drevekenin
2023-07-12fix(rendering): occasional glitches while resizing (#2621)Aram Drevekenin
2023-06-17feat(plugins): more plugin api methods (#2550)Aram Drevekenin
2023-06-13fix(plugins): only listen to hd if a plugin is subscribed to hd events (#2529)Aram Drevekenin
2023-06-07feat(wasm-plugin-system): major overhaul and some goodies (#2510)Aram Drevekenin
2023-05-16feat(plugins): Plugin workers and strider (#2449)Aram Drevekenin
2023-04-19feat(plugins): reload plugin at runtime (#2372)Aram Drevekenin
2023-03-29feat(terminal): cli and bindable action to clear all buffers for a specific p...Oleks Gnatovskyi
2023-03-27feat(plugins): async plugin loading (#2327)Aram Drevekenin
2023-03-01feat(cli): `QueryTabNames` cli action to list all tab names (#2145)哇呜哇呜呀咦耶
2023-02-17feat(ui): swap layouts and stacked panes (#2167)Aram Drevekenin
2023-02-07feat(cli): add `GoToTabName` action to switch tab by name (#2120)哇呜哇呜呀咦耶
2023-01-24feat: add ScrollToTop action (#2110)Yves Biener
2023-01-22Improve client disconnect handling (#2068)har7an
2023-01-19errors: handle missing plugin caches (#2093)har7an
2022-12-19fix(panes): show visual error when failing to resize panes (#2036)Aram Drevekenin
2022-12-14fix(panes): show visual error when unable to split panes vertically/horizonta...Aram Drevekenin
2022-12-08Reimplement resize code (#1990)har7an
2022-12-07feat(ux): show loading screen (#1997)Aram Drevekenin
2022-12-07errors: Maintain caller location in `to_log` (#1994)har7an
2022-12-06refactor(plugins): fix plugin loading data flow (#1995)Aram Drevekenin
2022-11-22plugins: rework plugin loading (#1924)har7an
2022-11-15refactor(plugins): change the data flow (#1934)Aram Drevekenin
2022-11-12Errors: Ignore errors from async when quitting (#1918)har7an
2022-11-02errors: Don't unwrap in `server::os_input_output` (#1895)har7an
2022-10-23plugins: Improve error handling on plugin version mismatch (#1838)har7an
2022-10-20errors: Don't panic in `wasm_vm` (#1827)har7an
2022-10-17Log `thread_bus` IPC messages only in debug mode (#1800)har7an
2022-10-11feat(ux): rerun command pane (#1787)Aram Drevekenin
2022-10-07zellij-server: improve thread_bus error handling (#1775)Bohdan Ivashko