-
Notifications
You must be signed in to change notification settings - Fork 5
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
Input from stdin #13
Comments
@johanwk In your current setup, how important is this? |
on linux how about cat somefile | someapp /dev/stdin |
Actually, I think it's not very important (anymore)! I somehow figured out how to make use of org-mode's standard way of using temporary directories, while working on how to call ROBOT. There's no feature in ROBOT for stdin/stdout. But when we use temporary directories, the input and output files can be kept out of they way. I want to improve the |
@justin2004, thank you so much for joining our project! |
PlantUML has a
|
It would be convenient to be able to pipe a file to rdfpuml instead of referring to a file.
(This occurred to me while setting up for using rdfpuml in Emacs with org-babel, as it would be easier to send a Turtle source block to rdfpuml with a :stdin header, avoiding the need to write a temporary file.)
The text was updated successfully, but these errors were encountered: