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

Piping a toot in from a file or command #4

Closed
vielmetti opened this issue Apr 12, 2017 · 1 comment
Closed

Piping a toot in from a file or command #4

vielmetti opened this issue Apr 12, 2017 · 1 comment

Comments

@vielmetti
Copy link

vielmetti commented Apr 12, 2017

What I expect: this would work

emv$ echo "can I pipe a toot into toot" | toot
emv$ cat tootfile | toot

What I got:

Error: Usage: toot <message>

Workaround: if you have a toot in a file, you can toot it out with toot "$(cat tootfile)"

@glynnbird
Copy link
Owner

I can fix that!

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