Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Zellij #11

Open
verchalent opened this issue Dec 16, 2024 · 1 comment
Open

Add support for Zellij #11

verchalent opened this issue Dec 16, 2024 · 1 comment

Comments

@verchalent
Copy link

Zellij provides similar functionality to tmux and screen, so I think it should just be a matter of adding "and not os.environ.get("ZELLIJ")" to the check in wut.py, but I haven't been able to test yet.

@shobrook
Copy link
Owner

Could you open a PR for this? I'm not familiar with Zellij.

vishwamartur added a commit to vishwamartur/wut that referenced this issue Dec 21, 2024
Related to shobrook#11

Update the environment check in `wut/wut.py` to support Zellij.

* Modify the check to include `os.environ.get("ZELLIJ")`.
* Update the error message to include Zellij, indicating that `wut` must be run inside a tmux, screen, or Zellij session.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants