-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Several CLI tools simply read from stdin if no file is given by default.
This can be helpful when piping several processes together. Currently you'd have to use ugly bash-isms to achieve this.
With such a change, pipes like this will be possible:
# replace chars in a script before running
cat foo.bf | sed -e "magic here" | interfuck
# execute a script from a remote location (be careful with this!)
curl http://example.com/example.bf | interfuck
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request