summaryrefslogtreecommitdiffstats
path: root/zellij-utils/src
AgeCommit message (Expand)Author
2022-03-10fix(config): allow POSIX style `--config` override (#1205)a-kenji
2022-03-05add(comp): dynamic completions for fish (#1176)a-kenji
2022-03-03fix(layout): allow lowercase keys and values (#1160)a-kenji
2022-03-01add: set `env` var's from config and layout (#1154)a-kenji
2022-02-28fix: typo in error message (#1151)a-kenji
2022-02-28fix: Allow terminal title passthrough even when not drawing pane frames. (#1113)Kerfuffle
2022-02-23fix: invalid assignment of `client_id` (#1052)Jae-Heon Ji
2022-02-21feat(ux): tmux mode (#1073)Aram Drevekenin
2022-02-18feat(ui): add floating panes (#1066)Aram Drevekenin
2022-02-02feat(copy): allow osc52 copy destination configuration (#1022)Thomas Linford
2022-02-01feat: add focus attribute in layout (#958)Jae-Heon Ji
2022-01-31fix(config): warn on mode without actions (#1035)a-kenji
2022-01-23chore(deps): update arg parsing to clap v3 (#1017)Marcin Puc
2022-01-15Add a copy command option (#996)Christophe Verbinnen
2022-01-04Feature: Configurable scroll buffer (#936)Kunal Mohan
2021-12-28fix(plugins): typo that gives plugins the wrong theme (#975)LordMZTE
2021-12-20feat(collaboration): implement multiple users (#957)Aram Drevekenin
2021-12-09Feature: Add pane names (#928)Kunal Mohan
2021-12-08fix(plugins): support multiple users (#930)Aram Drevekenin
2021-12-07fix(style): various internal refactoringsMarcin Puc
2021-12-04fix(config): unbind keys correctly (#925)a-kenji
2021-12-02fix(compatibility): do not duplicate bracketed paste in chunked stdin input (...Aram Drevekenin
2021-11-30fix(theme): add gray to theme (#914)a-kenji
2021-11-30Fix: missing theme in config (#913)Tw
2021-11-27fix(style): remove unused importsBrooks J Rady
2021-11-25This adds a UI for multiple users in panes (behind a feature flag) (#897)Aram Drevekenin
2021-11-15First attempt to provide an overlay prompt (#871)a-kenji
2021-11-15fix(typo): fix setup --check (#869)a-kenji
2021-11-14feature(layout): add layout config (#866)a-kenji
2021-11-11fix(options): handling and overwriting cli opts (#859)a-kenji
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-08feat: add initial session name to layout template (#789)Jae-Heon Ji
2021-11-08feat(scrolling): half-page scroll actions (#813)oromate
2021-11-05Merge branch 'support-first-option-in-attach-subcommand-to-attach-the-first-s...a-kenji
2021-11-06feat(attach): Support `--index` option to choose specific session by provided...Ken Matsui
2021-11-05fix(errors): Introduce thiserror to make error types simpler (#836)Ken Matsui
2021-11-05fix(errors): Add colored crate to replace primitive color formatting (#837)Ken Matsui
2021-11-05feature(resize): Non directional resize (#520)Henil Dedania
2021-11-03add: `try_from` for `ConfigFromYaml` -> `Config` (#835)a-kenji
2021-11-02feat(ui): add right-click support to pluginsTw
2021-11-02Fix: move `colors_transform` to `colorsys` (#832)a-kenji
2021-11-01add: `WriteChars` action (#825)a-kenji
2021-10-31fix(typo): Correct typo from `occured` to `occurred` (#821)Ken Matsui
2021-10-29fix(compatibility): home and end key fix (#815)Aram Drevekenin
2021-10-26Feature: Rotate Pane locations (#802)Kunal Mohan
2021-10-25add(setup): change the links to be hyperlinks (#768)a-kenji
2021-10-19Feature: Move panes directionally (#762)Kunal Mohan
2021-10-18logging: remove unused log functions, change log file const to new file (#779)Thomas Linford
2021-10-12Preserve current umask (#777)Thomas Linford