summaryrefslogtreecommitdiffstats
path: root/zellij-utils/src/input/options.rs
AgeCommit message (Expand)Author
2023-10-12feat(sessions): session resurrection (#2801)Aram Drevekenin
2023-04-18feat: support default cwd (#2290)Kangaxx-0
2023-03-06fix(cli): make auto_layout work through the cli (#2227)Aram Drevekenin
2023-02-17feat(ui): swap layouts and stacked panes (#2167)Aram Drevekenin
2022-10-12fix(cli): use provided session-name (#1793)Aram Drevekenin
2022-10-05feat(config): switch to kdl (#1759)Aram Drevekenin
2022-07-24feat: support `themes` directory (#1577)Jae-Heon Ji
2022-07-06refactor(crates): move shared contents from zellij tile to zellij utils (#1541)har7an
2022-06-14chore(deps): update `clap`: `3.1.18` -> `3.2.2` (#1496)a-kenji
2022-06-10docs: fix typos (#1481)Kian-Meng Ang
2022-06-07add(option): `default_layout` (#1467)a-kenji
2022-06-06feat(scroll): edit scrollback with default editor (#1456)Cosmin Popescu
2022-04-16feat(copy): add copy_on_select option (#1298)Thomas Linford
2022-02-02feat(copy): allow osc52 copy destination configuration (#1022)Thomas Linford
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-20feat(collaboration): implement multiple users (#957)Aram Drevekenin
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-08-12feat(ui): pane frames (new pane UI) (#643)Aram Drevekenin
2021-07-09Add serde-alias for on_force_closea-kenji
2021-07-09Simplify merging of optionsa-kenji
2021-07-09Add doc-comment for mouse-modea-kenji
2021-07-09Improve clarity of precedence in optionsa-kenji
2021-07-09Add doc comment for the on_force_close optionKunal Mohan
2021-07-09Add on_force_close config optionKunal Mohan
2021-07-02feat(ui): initial mouse support (#448)Thomas Linford
2021-07-01Add option to specify default-shella-kenji
2021-06-29chore(clippy): needless_borrowa-kenji
2021-06-16Change `layout` directory from `data` to `config`a-kenji
2021-06-01Fix options in config filea-kenji
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-27Merge branch 'main' of https://github.com/zellij-org/zellij into default-mode...a-kenji
2021-05-22add attach and list sessions subcommand to CliArgsKunal Mohan
2021-05-16Big refactor: separate crates for client, server and utilitiesKunal Mohan