summaryrefslogtreecommitdiffstats
path: root/zellij-utils/src/input/actions.rs
AgeCommit message (Expand)Author
9 daysfeat(plugins): allow opening command panes in the background (hidden) (#3530)Aram Drevekenin
2024-07-22feat(plugins): some APIs for controlling and receiving information about othe...Aram Drevekenin
2024-07-17feat(ui): configuration screen + configure non-colliding keys at runtime (#3502)Aram Drevekenin
2024-07-05feat(ui): status bar redesign (#3475)Aram Drevekenin
2024-05-27feat(keybindings): support multiple modifiers (eg. Ctrl+Alt) and the kitty ke...Aram Drevekenin
2024-05-15feat(layouts): allow consuming a layout from a url (#3351)Aram Drevekenin
2024-04-30feat(cli): list clients, their focused pane_id and the running command (#3314)Aram Drevekenin
2024-04-05fix(plugins): various pre-release issues (#3246)Aram Drevekenin
2024-04-04utils/cli: Add `move-tab` action (#3244)har7an
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-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-01-17feat(plugins): introduce 'pipes', allowing users to pipe data to and control ...Aram Drevekenin
2023-11-30feat(plugins): skip plugin cache flag (#2971)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-10-12feat(sessions): session resurrection (#2801)Aram Drevekenin
2023-09-18feat(panes): in place run (#2795)Aram Drevekenin
2023-08-25feat(plugins): optionally move plugin to focused tab (#2725)Aram Drevekenin
2023-08-24fix(ux): various ui/ux fixes (#2722)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-17feat(plugins): more plugin api methods (#2550)Aram Drevekenin
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-19feat(plugins): reload plugin at runtime (#2372)Aram Drevekenin
2023-03-30fix(layouts): do not default to default swap layouts when opening a new tab w...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-28fix(new-tab): get config parameters from config file (#2203)Aram Drevekenin
2023-02-27fix(cli): edit cwd (#2201)Aram Drevekenin
2023-02-26fix(cli): new-tab now also looks in layout_dir for layouts (#2198)Aram Drevekenin
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-02-07feat(cli): add `GoToTabName` action to switch tab by name (#2120)哇呜哇呜呀咦耶
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-16fix(cli): measure cwd from cli client rather than the zellij server (#1947)Aram Drevekenin
2022-11-03fix(edit): treat cwd properly (#1904)Aram Drevekenin
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(command-panes): optionally allow panes to be closed on exit (#1869)Aram Drevekenin
2022-10-24fix(various): minor fixes before 32 (#1841)Aram Drevekenin
2022-10-20fix(command): better error when command not found (#1829)Aram Drevekenin