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 LIVE message to the page, when there's a terminal sending data #16

Open
vitorbaptista opened this issue Aug 10, 2013 · 5 comments
Open

Comments

@vitorbaptista
Copy link
Owner

There's no way to see if there's someone transmitting or not. It would be great to have a "LIVE" text somewhere indicating it.

I'm not sure how to do it, though :/

@vitorbaptista
Copy link
Owner Author

Related to #14, but for the listeners, and not the transmitter.

@vitorbaptista
Copy link
Owner Author

I don't think it's possible. At least not while we don't fix #2. Closing for now, but happy to revisit if we find a way.

@vitorbaptista
Copy link
Owner Author

We can send a message to the clients when receiving a DELETE to the room. It isn't 100% reliable, but should work more often than not.

@vitorbaptista vitorbaptista reopened this Oct 22, 2015
@arthar360
Copy link

Can changing the shell prompt be considered as an option?
Say

screen shot 2017-02-11 at 9 38 47 am

Becomes

screen shot 2017-02-11 at 9 39 46 am

We can do this by changing the PS1 variable.

If this link can help. We will have to set the environment in the cnmd part.
http://stackoverflow.com/questions/35291554/using-python-to-send-commands-to-a-subshell

@vitorbaptista
Copy link
Owner Author

@arthar360 This issue is related to adding a live message on the receiving end (i.e. the actual https://shellshare.net page). I didn't want to change the actual shell's PS1 to avoid messing with others' terminals.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants