summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-11-11Merge branch 'suggestion-for-similar-session-name' of https://github.com/ken-...a-kenji
2021-11-11feat(sessions): Suggestion for a similar session nameKen Matsui
2021-11-10add(feature): toggle boolean options with cli flag (#855)a-kenji
2021-11-10fix(envs): Unify operation of Zellij environment variables (#842)Ken Matsui
2021-11-09fix(match): Make match arms much simpler (#844)Ken Matsui
2021-11-08feat: add initial session name to layout template (#789)Jae-Heon Ji
2021-11-08feat(scrolling): half-page scroll actions (#813)oromate
2021-11-07chore(plugin): update assets and E2E testsBrooks J Rady
2021-11-05fix(main): Refactor src/main.rs by splitting one massive main function into c...Ken Matsui
2021-11-06feat(attach): Support `--index` option to choose specific session by provided...Ken Matsui
2021-10-27fix(input): properly handle bracketed paste (#810)Aram Drevekenin
2021-10-26fix(compatibility): improve handling of wide characters inserted in the middl...Aram Drevekenin
2021-10-23fix(style): fix clippy lints in `remote_runner`Thomas Linford
2021-10-20fix(tests): update snapshotsAram Drevekenin
2021-10-12Preserve current umask (#777)Thomas Linford
2021-10-11feat(cli): add `kill-session` command (#745)Jae-Heon Ji
2021-09-30hotfix(stdin): poll for mouse hold in the stdin thread (#752)Aram Drevekenin
2021-09-29fix(e2e): new fullscreen snapshotAram Drevekenin
2021-09-28fix(compatibility): scroll lines into scrollback when clearing screen (#747)Aram Drevekenin
2021-09-28fix(compatibility): handle cursor movements outside scroll region (#746)Aram Drevekenin
2021-09-27feat(sessions): mirrored sessions (#740)Aram Drevekenin
2021-09-19 Implement `attach --create` subcommand flag to create session if one does no...GPery
2021-09-13Add `options` subcommand to `attach` (#718)a-kenji
2021-09-12fix automated build errors on setup command (#711)Thomas Linford
2021-09-09style(clippy): various fixes (#704)Paulo Coelho
2021-08-30fix(ui): change resize binding to Ctrl-nBrooks Rady
2021-08-28feat(ui): overhauled resize and layout systemsBrooks Rady
2021-08-26fixup! adjust fixture layoutsa-kenji
2021-08-24Merge branch 'tab-layout' of https://github.com/a-kenji/zellij into a-kenji-t...Aram Drevekenin
2021-08-19Fix scrolling (#650)Aram Drevekenin
2021-08-13fix(compatibility): support changing index colors with osc (#646)Aram Drevekenin
2021-08-12feat(ui): pane frames (new pane UI) (#643)Aram Drevekenin
2021-08-01Merge branch 'main' of https://github.com/zellij-org/zellij into tab-layouta-kenji
2021-07-28Simplify deserialization for layouts, configa-kenji
2021-07-23fixup! fix e2e fixturesa-kenji
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-22Add cmd to dump layout to stdouta-kenji
2021-07-17Minor fixesPaweł Palenica
2021-07-13Apply code review suggestions. Rename decorating_pipe to logging_pipe. Add pl...Paweł Palenica
2021-07-08Merge branch 'main' into unified-loggingqepasa
2021-07-04Add `layout-dir` to `setup --check` subcommanda-kenji
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-29feat: Add logger to ZellijPaweł Palenica
2021-06-21Add e2e tests (#582)Aram Drevekenin
2021-06-16Change `layout` directory from `data` to `config`a-kenji
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-03Fixed a build warning and renamed a struct fieldBrooks J Rady