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

Detecting "a Serve" - Possible ? #17

Open
ADevAJ opened this issue Aug 28, 2024 · 4 comments
Open

Detecting "a Serve" - Possible ? #17

ADevAJ opened this issue Aug 28, 2024 · 4 comments

Comments

@ADevAJ
Copy link

ADevAJ commented Aug 28, 2024

Is there a way for a textual app itself to detect when it is being served via textual_serve vs being used directly in terminal?

Use case is, eg I want BINDINGS or other functionality which becomes active when my app is being served via textual_serve...

@darrenburns
Copy link
Member

@willmcgugan Do we have a publicly exposed mechanism for this?

@labo-China
Copy link

Just check if os.environ.get('TEXTUAL_DRIVER') == 'textual.drivers.web_driver:WebDriver' would work.

@ADevAJ
Copy link
Author

ADevAJ commented Oct 14, 2024

Thank you for the workaround.

Would love to see textual expose an official property for this as well.

@willmcgugan
Copy link
Contributor

That will work for the foreseeable future. But we can definitely add some kind property to app. It is a Textual thing though, so I'll create an issue there.

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

4 participants