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 send and receive subcommands #16

Closed
brannondorsey opened this issue Sep 30, 2018 · 1 comment
Closed

Add send and receive subcommands #16

brannondorsey opened this issue Sep 30, 2018 · 1 comment
Labels
enhancement New feature or request UI Relates to the user interface

Comments

@brannondorsey
Copy link
Owner

Add functionality to send and receive messages without the chattervox chat subcommand. This will be especially useful for scripting purposes or adding chattervox as a component in a larger software pipeline.

# send
chattervox send "This is a message sent from the command line"
echo "This is a message sent from the command line" | chattervox send

# receive
chattervox receive
chattervox receive | some-command
@brannondorsey brannondorsey added enhancement New feature or request UI Relates to the user interface labels Sep 30, 2018
@brannondorsey
Copy link
Owner Author

Support for these features has been added in v0.4.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request UI Relates to the user interface
Projects
None yet
Development

No branches or pull requests

1 participant