summaryrefslogtreecommitdiffstats
path: root/zellij-client
AgeCommit message (Expand)Author
2021-09-27feat(sessions): mirrored sessions (#740)Aram Drevekenin
2021-09-22feat(plugin): add manifest to allow for plugin configuration (#660)spacemaison
2021-09-15chore(version): bump development versionAram Drevekenin
2021-09-13Add `options` subcommand to `attach` (#718)a-kenji
2021-09-09style(clippy): various fixes (#704)Paulo Coelho
2021-08-31chore(version): bump development versionAram Drevekenin
2021-08-28feat(ui): overhauled resize and layout systemsBrooks Rady
2021-08-26Split tab-layout into `template` & `tabs` sectiona-kenji
2021-08-24Merge branch 'tab-layout' of https://github.com/a-kenji/zellij into a-kenji-t...Aram Drevekenin
2021-08-23Merge pull request #622 from sagittarius-a/feature/go-to-last-taba-kenji
2021-08-21Add `template` section in `layout` filea-kenji
2021-08-20fix(compatibility): properly paste multilines (#653)Aram Drevekenin
2021-08-03fix: rename action to ToggleTabSagittarius-a
2021-08-03feat(tab): add keybind to go to last tab visitedSagittarius-a
2021-07-23Merge branch 'main' of https://github.com/zellij-org/zellij into tab-layouta-kenji
2021-07-23Add `tabs` to `layouts`a-kenji
2021-07-21Cleanup Cargo.tomlqepasa
2021-07-20Merge branch 'main' into unified-loggingqepasa
2021-07-19chore(release): bump development versionBrooks J Rady
2021-07-17Minor fixesPaweł Palenica
2021-07-13Apply code review suggestions. Rename decorating_pipe to logging_pipe. Add pl...Paweł Palenica
2021-07-09Add on_force_close config optionKunal Mohan
2021-07-06Remove test feature and hacksKunal Mohan
2021-07-05chore(version): bump development versionAram Drevekenin
2021-07-02feat(ui): initial mouse support (#448)Thomas Linford
2021-06-30chore(tests): move all integration tests to be either unit or e2e tests - rem...Aram Drevekenin
2021-06-29chore(clippy): needless_borrowa-kenji
2021-06-19docs(changelog): Autodetach #581Kunal Mohan
2021-06-18Sending the action Action::Detach to the serverDante Pippi
2021-06-17Detach session on a forced close (handlign SIGTERM and other signals)Dante Pippi
2021-06-14Merge branch 'main' of https://github.com/zellij-org/zellij into layout-errora-kenji
2021-06-14Move `layout.rs` from `server` to `utils`a-kenji
2021-06-04chore(release): bump development versionBrooks J Rady
2021-05-30Merge branch 'main' of https://github.com/zellij-org/zellij into theme-configa-kenji
2021-05-30Add color theme configa-kenji
2021-05-29Add default_mode to attacha-kenji
2021-05-29Merge pull request #513 from a-kenji/default-mode-368a-kenji
2021-05-29Fix build on platforms with TIOCGWINSZ / ioctl() integer type mismatch.Thomas Zander
2021-05-28chore(version): bump development versionAram Drevekenin
2021-05-28chore(version): change to patch versionAram Drevekenin
2021-05-28style(clippy): minor fixAram Drevekenin
2021-05-28hotfix: remove termbg call so stdin won't get stuckAram Drevekenin
2021-05-27refactors for #525 (#534)kxt
2021-05-27fixup! rustfmta-kenji
2021-05-27Merge branch 'main' of https://github.com/zellij-org/zellij into default-mode...a-kenji
2021-05-27chore(version): bump development versionAram Drevekenin
2021-05-22Allow user to specify session nameKunal Mohan
2021-05-22join router threads on exitKunal Mohan
2021-05-22Add ability to attach to sessionsKunal Mohan
2021-05-22Use Action enum for Quit and detach instead of separate messages under Client...Kunal Mohan