zellij/zellij-utils
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
..
assets feat(plugin): add exec_cmd helper for executing command in host 2021-09-09 11:45:03 +01:00
src Add options subcommand to attach (#718) 2021-09-13 16:23:22 +02:00
Cargo.toml Calculate width with unicode-width in tab-bar and utils (#709) 2021-09-12 20:29:07 +02:00