summaryrefslogtreecommitdiffstats
path: root/zellij-client/src
AgeCommit message (Expand)Author
2024-01-17feat(plugins): introduce 'pipes', allowing users to pipe data to and control ...Aram Drevekenin
2023-11-05feat(ux): allow renaming sessions (#2903)Aram Drevekenin
2023-10-13feat(client): terminal synchronized output (#2798)gmorer
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-18feat(panes): in place run (#2795)Aram Drevekenin
2023-08-31fix(input): block input thread for newtiledpane and newfloatingpane as well (...Aram Drevekenin
2023-08-30fix(reconnect): do not clear terminal state when entering alternate screen (#...Aram Drevekenin
2023-08-24feat(sessions): add a session manager to switch between sessions, tabs and pa...Aram Drevekenin
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-01feat(cli): `QueryTabNames` cli action to list all tab names (#2145)哇呜哇呜呀咦耶
2023-02-17fix(ux): cache stdin queries on startup (remove startup delay) (#2173)Aram Drevekenin
2023-02-07feat(cli): add `GoToTabName` action to switch tab by name (#2120)哇呜哇呜呀咦耶
2022-12-19fix(panes): show visual error when failing to resize panes (#2036)Aram Drevekenin
2022-12-08Reimplement resize code (#1990)har7an
2022-12-07feat(ux): show loading screen (#1997)Aram Drevekenin
2022-11-12Support clipboard to text input (#1926)哇呜哇呜呀咦耶
2022-11-08Do not advertise 24 bit color support unchecked (#1900)raphCode
2022-11-03fix(cli-actions): do not query termios for the cli client (#1905)Aram Drevekenin
2022-11-02fix(converter): YAML => KDL conversion with backslash hotkey. (#1879)noyez
2022-10-31feat(mouse): allow toggling mouse mode at runtime (#1883)Thomas Linford
2022-10-20fix(layouts): do not override explicitly set layout if it exists (#1830)Aram Drevekenin
2022-10-17feat(cli): zellij run improvements (#1804)Aram Drevekenin
2022-10-17Log `thread_bus` IPC messages only in debug mode (#1800)har7an
2022-10-12fix(converter): escape quotes (#1790)Aram Drevekenin
2022-10-05feat(config): switch to kdl (#1759)Aram Drevekenin
2022-09-14Don't send the server an exit signal when client panics (#1731)raphCode
2022-09-02fix(router): gracefully handle client crashes (#1710)Aram Drevekenin
2022-08-17fix(terminal): SGR/UTF8 mouse reporting in terminal panes (#1664)Aram Drevekenin
2022-07-27fix(status-bar): reflect actual current keybindings (#1242)har7an
2022-07-26Log every panic to the logfile (#1602)raphCode
2022-07-12fix(cli): let the exit message be different when detaching (#1573)Matthias Beyer
2022-07-08feat(terminal): sixel support (#1557)Aram Drevekenin
2022-07-06refactor(crates): move shared contents from zellij tile to zellij utils (#1541)har7an
2022-07-04fix: fallback to default values when terminal rows/cols are 0 (#1552)Thomas Linford
2022-07-02fix: various typos (#1553)a-kenji
2022-06-21fix: exit client on empty rcv (#1535)raphCode
2022-06-20add: debug information for certain actions (#1533)a-kenji
2022-06-19fix: dispatch various actions correctly (#1530)a-kenji
2022-06-17fix(action): dispatch of `edit-scrollback` (#1523)a-kenji
2022-06-16fix: clarify comments (#1519)a-kenji
2022-06-16fix(action): correctly dispatch the `Write` action (#1518)a-kenji
2022-06-16fix(action): send `WriteChars` once per action (#1516)a-kenji
2022-06-15fix(clippy): clippy fixes (#1508)a-kenji
2022-06-15fix: remove obsolete logs (#1504)a-kenji
2022-06-15feat: add capability to dispatch actions from cli (#1265)a-kenji
2022-06-10add(style): add trailing comma in match blocks (#1483)a-kenji
2022-06-10docs: fix typos (#1481)Kian-Meng Ang
2022-06-06fix(mouse): selection sometimes getting stuck (#1418)Thomas Linford