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

[FR] Teletype support #55

Open
codic12 opened this issue Apr 17, 2020 · 7 comments
Open

[FR] Teletype support #55

codic12 opened this issue Apr 17, 2020 · 7 comments
Labels
feature request 😍 Some feature could be added good first issue 🐝 Good for newcomers

Comments

@codic12
Copy link

codic12 commented Apr 17, 2020

The only thing that is preventing me from using atom instead of vscode full time, at the moment, is the lack of sharing a terminal with another person. VSCode can do this with the live share extension.
Why not integrate with teletype?
I currently use https://tmate.io/ which works amazingly but teletype support would be a step further to make it feel native

@codic12 codic12 added the feature request 😍 Something should be added label Apr 17, 2020
@UziTech UziTech added good first issue 🐝 Good for newcomers feature request 😍 Some feature could be added and removed feature request 😍 Something should be added labels Apr 17, 2020
@codic12
Copy link
Author

codic12 commented Apr 18, 2020

Haha, so I assume that this would be possible with the constraints of teletype?

@UziTech
Copy link
Member

UziTech commented Apr 18, 2020

Not sure. Teletype doesn't have very good documentation. (Or any at all)

@the-j0k3r
Copy link
Member

the-j0k3r commented Feb 8, 2021

Atom describes how to add support for teletype in no ambiguous manner.

https://teletype.atom.io/#getting-started

Or https://github.com/atom/teletype

Or Open atom search for package teletype and install.

Or open a terminal and type apm install teletype

Its not up to any terminal to include this anyway as its a editor side modification.

@UziTech
Copy link
Member

UziTech commented Feb 8, 2021

Teletype also provides a service for packages to sync information. That is what this issue is about. Syncing a terminal like vscode does.

The problem is there is no documentation for this service.

I think we would need to replace pty with a teletype service to get it working.

@codic12
Copy link
Author

codic12 commented Feb 12, 2021

Yes, this issue is about syncing information using the Teletype API. That sucks, should I close this issue in that case?

@UziTech
Copy link
Member

UziTech commented Feb 12, 2021

No, we should keep this open. This is something I would like to figure out eventually.

@the-j0k3r
Copy link
Member

And please dont forget that people who dont want any of this shouldn't be forced to load this service whatever it will end up being.

e.g people who dont want any remote sharing services when they dont have any for security reasons.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request 😍 Some feature could be added good first issue 🐝 Good for newcomers
Development

No branches or pull requests

3 participants