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

Executable for previewing #43

Closed
indirect opened this issue Mar 6, 2013 · 4 comments
Closed

Executable for previewing #43

indirect opened this issue Mar 6, 2013 · 4 comments

Comments

@indirect
Copy link
Contributor

indirect commented Mar 6, 2013

Any interest in an executable that people can use to preview the output of an html-pipeline run easily? I just wrote one, but I could submit it as a pull: https://gist.github.com/indirect/5096633

$ echo "foo" | html-pipeline
<p>foo</p>
@jch
Copy link
Contributor

jch commented Mar 6, 2013

Sounds nifty. I could see myself using this along with pbcopy for quick
formatting. I think a flag that lists known filters, and a flag that takes
a comma separated list of filters would be nice.

On Tuesday, March 5, 2013, André Arko wrote:

Any interest in an executable that people can use to preview the output of
an html-pipeline run easily? I just wrote one, but I could submit it as a
pull: https://gist.github.com/indirect/5096633

$ echo "foo" | html-pipeline

foo


Reply to this email directly or view it on GitHubhttps://github.com//issues/43
.

-Jerry
@whatcodecraves http://twitter.com/whatcodecraves
github https://github.com/jch

@jbarnette
Copy link
Contributor

👍

Doesn't even need a flag if you don't wanna, just additional args for filters.

$ echo "# :metal:" | html-pipeline Markdown SyntaxHighlight Emoji

@rtomayko
Copy link
Contributor

rtomayko commented Mar 7, 2013

👍 ship it under bin.

@indirect
Copy link
Contributor Author

Expanded this to include --help, --filters, and filter arguments, opened as pull #44.

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

4 participants