zellij/zellij-utils/src
a-kenji 9a5a315aee
Add options subcommand to attach (#718)
fixes #688

- the `options` subcommand of `attach` functions the same,
  as the `options` subcommand of creating the normal session,
  but not every option will have an effect on reattaching,
  for example the `default_mode` setting would make no sense
  to switch.

  In the future it would make sense to be able to hot swap some
  of the options on reattach, but we are not able to do that yet,
  for example the `default_shell` one.

  Eg:

  ```
  zellij attach <session-name> options --theme <theme>
  ```
2021-09-13 16:23:22 +02:00
..
input Improve handling of empty valid yaml files (#716) 2021-09-13 12:24:19 +02:00
channels.rs refactors for #525 (#534) 2021-05-27 16:28:28 +02:00
cli.rs Add options subcommand to attach (#718) 2021-09-13 16:23:22 +02:00
consts.rs chore(clippy): needless_borrow 2021-06-29 23:02:51 +02:00
errors.rs feat(cwd-pane): Keeping the cwd when opening new panes (#691) 2021-09-10 17:35:06 +02:00
ipc.rs feat(ui): overhauled resize and layout systems 2021-08-28 17:46:24 +01:00
lib.rs feat(ui): initial mouse support (#448) 2021-07-02 16:40:50 +02:00
logging.rs Minor fixes 2021-07-17 23:50:24 -07:00
pane_size.rs feat(ui): overhauled resize and layout systems 2021-08-28 17:46:24 +01:00
position.rs feat(ui): overhauled resize and layout systems 2021-08-28 17:46:24 +01:00
setup.rs Split tab-layout into template & tabs section 2021-08-26 15:06:59 +02:00
shared.rs Calculate width with unicode-width in tab-bar and utils (#709) 2021-09-12 20:29:07 +02:00