summaryrefslogtreecommitdiffstats
path: root/zellij-server/src/plugins
AgeCommit message (Expand)Author
2024-02-21style(code): cleanupsAram Drevekenin
2024-02-19new tests and passing plugin tests as wellAram Drevekenin
2024-02-16working prototype with passing testsAram Drevekenin
2024-02-09fix(plugins): crash when reattaching to a non-existent host folder (#3126)Aram Drevekenin
2024-02-08feat(panes): allow specifying coordinates for a new floating pane through the...Aram Drevekenin
2024-02-07fix(cli): respect cwd in zellij run and zellij plugin (#3116)Aram Drevekenin
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-12-13perf: improve plugin download & load feature (#3001)Jae-Heon Ji
2023-11-30feat(plugins): skip plugin cache flag (#2971)Aram Drevekenin
2023-11-11fix(plugins): reloading plugin after crash (#2929)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-11-04feat(sessions): resurrect sessions through the session-manager (and plugin AP...Aram Drevekenin
2023-11-02feat: load plugins from the web (#2863)Jae-Heon Ji
2023-10-20feat(plugins): web requests api (#2879)Aram Drevekenin
2023-10-16feat(plugins): plugin run_command api (#2862)Aram Drevekenin
2023-10-12feat(sessions): session resurrection (#2801)Aram Drevekenin
2023-10-12fix(plugins): add zellij version to cached artifact path (#2836)Thomas Linford
2023-09-27feat(plugins): upgrade wasmer to 3.1.1 (#2706)Thomas Linford
2023-09-18feat(panes): in place run (#2795)Aram Drevekenin
2023-08-28refactor(server): remove unnecessary mut (#2735)Orhun Parmaksız
2023-08-26fix(plugins): various ui fixes (#2731)Aram Drevekenin
2023-08-25fix(plugins): remove protobuf duplications (#2729)Aram Drevekenin
2023-08-25fix(plugins): make sure configuration is also part of the plugin keys (#2727)Aram Drevekenin
2023-08-24fix(ux): various ui/ux fixes (#2722)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-09feat(plugins): use protocol buffers for serializing across the wasm boundary ...Aram Drevekenin
2023-08-02feat(ui): break pane to new tab and move panes between tabs (#2664)Aram Drevekenin
2023-07-25feat(plugins): make plugins configurable (#2646)Aram Drevekenin
2023-06-19fix(plugins): swap layouts and invoked_with (#2564)Aram Drevekenin
2023-06-17feat(plugins): strider improvements (#2551)Aram Drevekenin
2023-06-17feat(plugins): more plugin api methods (#2550)Aram Drevekenin
2023-06-16performance(plugins): use a debounced fs watcher (#2546)Aram Drevekenin
2023-06-14fix(plugins): allow loading relative urls (#2539)Aram Drevekenin
2023-06-13fix(plugins): only listen to hd if a plugin is subscribed to hd events (#2529)Aram Drevekenin
2023-06-09feat(plugins): extensive plugin api (#2516)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-28feat(plugins): update and render plugins asynchronously (#2410)Aram Drevekenin
2023-04-19feat(plugins): reload plugin at runtime (#2372)Aram Drevekenin
2023-04-18feat: support default cwd (#2290)Kangaxx-0
2023-03-27feat(plugins): async plugin loading (#2327)Aram Drevekenin
2023-03-06fix(layouts): naming and gototabname (#2225)Aram Drevekenin
2023-02-27fix(cli): edit cwd (#2201)Aram Drevekenin
2023-02-17feat(ui): swap layouts and stacked panes (#2167)Aram Drevekenin
2023-02-07chore(development): use singlepass in debug mode (#2134)m-lima
2023-01-19errors: handle missing plugin caches (#2093)har7an