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

Support stdin #72

Open
mankoff opened this issue Mar 28, 2017 · 3 comments
Open

Support stdin #72

mankoff opened this issue Mar 28, 2017 · 3 comments

Comments

@mankoff
Copy link

mankoff commented Mar 28, 2017

as in detex file.tex | writegood

@RichardLitt
Copy link
Collaborator

PRs accepted. :)

@einar-io
Copy link

I had this exact problem and used this workaround:

detex file.tex | writegood /dev/stdin

@einar-io
Copy link

einar-io commented Jun 3, 2021

My previous workaround does not work for me now, so instead I create a temporary file:

echo "weasel words in it could be divided into three main categories" > pipe.temp; npx write-good pipe.temp; rm pipe.temp

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

No branches or pull requests

3 participants