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 · 2 comments
Open

Detecting "a Serve" - Possible ? #17

ADevAJ opened this issue Aug 28, 2024 · 2 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.

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

3 participants