-
Notifications
You must be signed in to change notification settings - Fork 87
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 doc/tty-share-bash_completion #45
Conversation
Hey @fvcr ! Thanks for your PR. Do you know if there's an easy way to automatically generate this, or to check if it's still up to date? |
Merging it |
Hi @elisescu, sorry for the delay. I generated it manually, Cheers! |
Hi @elisescu, I found something written in Ruby, completely, maybe that could be useful. "Generate bash completion scripts using simple YAML configuration" |
Thanks, @fvcr :). Completely unrelated but taking advantage of this thread: are you still using tty-share, or not anymore? If yes, what's your typical usecase, and are you using with your own tty-proxy instance? Just curious :). |
Hi @elisescu,
Yes, I still use it.
My typical use case was to provide support to a person who needs to make a specific configuration on their machine. Thanks again for your work! |
Thanks for getting back to me, @fvcr, and great to hear you're still using it. Are any features you felt like would have been nice to have? I won't promise I'll add them, but perhaps when/if I end up having some more time to put into it, I can take them into account. For example I found myself sometimes needing a file from the remote machine and was thinking would be nice to add some support for easy file transfer in either direction, but didn't look too much into it yet (also want to keep it simple and minimalistic). Random fun fact: I was working on adding some integration testing on a project via Github actions, and instead of the long loop of pushing minor changes until I fixed the issues I was having only when the code was running inside the action, I downloaded tty-share inside the runner and got remote terminal access and could figure out why the code was not working directly on the runner. Not only that, but also also do portforwarding ( Here's the GH action step in case you ever need something like that :)
|
bash completion for tty-share