summaryrefslogtreecommitdiffstats
path: root/zellij-utils/src/kdl/mod.rs
AgeCommit message (Expand)Author
2024-04-10fix(keybinds): pick up swap layouts for new tab keybindingfix-resurrection-crashAram Drevekenin
2024-03-21feat(pipes): allow piping messages to plugins from keybindings (#3212)Aram Drevekenin
2024-02-28fix(plugins): respect cwd and start filepicker at filesystem root (#3161)Aram Drevekenin
2024-02-26feat(plugins): introduce plugin aliases (#3157)Aram Drevekenin
2024-02-19feat: add moving tab to other position (#3047)Bartosz Zbytniewski
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
2023-11-30feat(plugins): skip plugin cache flag (#2971)Aram Drevekenin
2023-11-10feat(config): add serialization interval configuration (#2923)Aram Drevekenin
2023-11-08fix(ux): LaunchPlugin and some cwd fixes (#2916)Aram Drevekenin
2023-11-05feat(ux): allow renaming sessions (#2903)Aram Drevekenin
2023-11-05feat(terminal): support styled underlines (#2730)Eatgrass
2023-10-12feat(sessions): session resurrection (#2801)Aram Drevekenin
2023-09-27fix: display parsing error for kdl files located under the 'themes' directory...John Shin
2023-09-18feat(panes): in place run (#2795)Aram Drevekenin
2023-08-25fix(keybinds): add 'floating' and 'name' to the Run command keybinding (#2726)Aram Drevekenin
2023-08-25feat(plugins): optionally move plugin to focused tab (#2725)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-25feat(plugins): make plugins configurable (#2646)Aram Drevekenin
2023-06-20hotfix: include theme files into binary (#2566)Jae-Heon Ji
2023-06-14fix(plugins): allow loading relative urls (#2539)Aram Drevekenin
2023-06-07feat(wasm-plugin-system): major overhaul and some goodies (#2510)Aram Drevekenin
2023-04-28fix(errors): add file path context to all IO errors in ConfigError (#2412)Imbris
2023-04-27feat: provide default themes (#2307)Jae-Heon Ji
2023-04-18feat: support default cwd (#2290)Kangaxx-0
2023-03-30Add option to hide session name in tab-bar (deriving from #2172) (#2301)Marcel Baur
2023-03-29feat(terminal): cli and bindable action to clear all buffers for a specific p...Oleks Gnatovskyi
2023-03-06chore(repo): revert theme pr (#2229)Aram Drevekenin
2023-03-06feat: add self-provided themes (#2224)Jae-Heon Ji
2023-03-01fix(plugins): location path decoding from Url (#2190)Cory Forsstrom
2023-02-27fix(kdl): new-tab keybind looks in layout_dir for layouts (#2200)Jae-Heon Ji
2023-02-17feat(ui): swap layouts and stacked panes (#2167)Aram Drevekenin
2023-02-16feat: add args to new-tab action (#2072)Jae-Heon Ji
2023-01-24feat: add ScrollToTop action (#2110)Yves Biener
2022-12-24Floating panes in layouts (#2047)Aram Drevekenin
2022-12-08Reimplement resize code (#1990)har7an
2022-11-01feat(command-panes): allow to start suspended (#1887)Aram Drevekenin
2022-10-31feat(mouse): allow toggling mouse mode at runtime (#1883)Thomas Linford
2022-10-28feat: support multiple themes in one file (#1855)Jae-Heon Ji
2022-10-24fix(various): minor fixes before 32 (#1841)Aram Drevekenin
2022-10-19allow dump_screen() to only dump the viewport (#1794)Dan Näsman
2022-10-17feat(cli): zellij run improvements (#1804)Aram Drevekenin
2022-10-14feat(layouts): global cwd (#1798)Aram Drevekenin
2022-10-11feat(ux): rerun command pane (#1787)Aram Drevekenin
2022-10-05feat(config): switch to kdl (#1759)Aram Drevekenin