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

create shell adapter #188

Open
gkspranger opened this issue May 14, 2021 · 1 comment
Open

create shell adapter #188

gkspranger opened this issue May 14, 2021 · 1 comment

Comments

@gkspranger
Copy link
Contributor

super low priority -- buuuuut, have to throw it out there

as a developer (i guess even a user if i wanted to run this locally),
i would like to be able to issue commands via the shell,
so that i can have a super simple way to test/interact/run existing/new commands/observers

so hubot has this shell adapter .. in fact, it is one of only 2 adapters that are baked into the core .. this adapter makes it very easy to engage with hubot from a user's perspective, issuing real commands against a running implementation ..

it would be nice if YB had something similar ..

this adapter is pretty dumb simple ::

  • prompt user for input
  • respond to registered commands via STDIN
  • listen and respond to observed messages

below is a pic of hubot's shell adapter

image

@devth
Copy link
Member

devth commented May 14, 2021

+1 I had the same idea! (There's an issue for it somewhere probably but let's keep this one open).

If you're interested in working on it feel free. I can help sketch it out too.

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

No branches or pull requests

2 participants