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

Invoke Tasks - Enable PTY on supported platforms #114

Open
calebcartwright opened this issue Jan 7, 2021 · 1 comment
Open

Invoke Tasks - Enable PTY on supported platforms #114

calebcartwright opened this issue Jan 7, 2021 · 1 comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@calebcartwright
Copy link
Member

calebcartwright commented Jan 7, 2021

I decided back in the day not to turn this on since it'd likely cause challenges on Windows, but that shouldn't preclude us from ever turning it on. Let's conditionally enable this so that it's off on Windows but otherwise on, as enabling is quite helpful on Linux/Mac as well as WSL

Here's a reference where it's always enabled (in a project exclusively targeting *nix-like envs)
https://github.com/swellaby/dotfiles/blob/8356cf7c4a27aeb306432b18430c810cab925bf7/tasks.py#L19

Would need something similar, but conditional based on the OS, on these lines in this project:

@calebcartwright calebcartwright changed the title Enable PTY on supported platforms Invoke Tasks - Enable PTY on supported platforms Jan 7, 2021
@calebcartwright calebcartwright added good first issue Good for newcomers help wanted Extra attention is needed labels Mar 8, 2021
@calebcartwright
Copy link
Member Author

@marjorienorm - if you're interested in doing a little bit of Python this would be a helpful place to start 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant