zellij/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
..
tests style(clippy): various fixes (#704) 2021-09-09 10:24:03 +02:00
install.rs Change layout directory from data to config 2021-06-16 17:09:05 +02:00
main.rs Add options subcommand to attach (#718) 2021-09-13 16:23:22 +02:00
sessions.rs Make session-name option in attach command 2021-05-29 00:32:06 +05:30