tty.js icon indicating copy to clipboard operation
tty.js copied to clipboard

Sponsoring features in tty.js?

Open d1rewolf opened this issue 12 years ago • 2 comments

Sorry to post this here, but I couldn't find any way to message Christopher privately. I'm interested in sponsoring a few additional features to tty.js...namely the ability to login as a user and configure a set of hot keys (keyboard shortcuts).

Christopher, if you are interested (or if anyone else is, for that matter, please let me know. I suppose an update of this ticket would be enough, and then we can work out contact info.

Thanks, John

d1rewolf avatar Dec 09 '12 23:12 d1rewolf

Sorry to post this here, but I couldn't find any way to message Christopher privately.

Github messaging is gone, but my email address is on all of my commits.

the ability to login as a user

Logging in as a user is already possible. You can pass an auth handler callback to the setAuth method. Unless you meant actually logging in as a user which would in turn log you in as the corresponding unix user. That has yet to be implemented, but it should be simple to do by setting the shell option to /bin/login.

configure a set of hot keys (keyboard shortcuts).

This shouldn't be difficult depending on what you want to add. It's very easy to add a custom user script to tty.js through the configuration.

chjj avatar Dec 14 '12 09:12 chjj

Christopher, if you are interested (or if anyone else is, for that matter, please let me know. I suppose an update of this ticket would be enough, and then we can work out contact info.

Sorry, I'm pretty busy these days. Unfortunately, I probably don't have the time to crack out custom features right now. I'll always continue to work on tty.js for its own sake when I can though.

chjj avatar Dec 14 '12 09:12 chjj