[Question]Do you have plans for stdin support?
See original GitHub issueThanks for this tool.
I mainly use Vim
.
Support for stdin
makes it easier and more convenient to integrate from other editors.
Example:
cat sample.blade.php | blade-formatter
# or
cat sample.blade.php | blade-formatter -
Do you have a plan for stdin
support?
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Improve file and stdin data to support streaming input ? #24
Currently when data is provided using a file or stdin we read the full data. We chould improve this and support reading and...
Read more >python - How to respond to stdin while running another function?
I am trying to write a python script that will print out text within a loop, and respond to stdin if anything is...
Read more >How to access stdin/stdout from detached program?
My question is that how can I pipe the stdin/stdout so that it can be accessed by some other terminal in the remote...
Read more >How to Read from stdin in Python - DigitalOcean
So, you can use the rstrip() function to remove it. Here is a simple program to read user messages from the standard input...
Read more >How to write a script that accepts input from a file or from stdin?
If the file argument is the first argument to your script, test that there is an argument ( $1 ) and that it...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Released v1.7.0 with stdin support. https://github.com/shufo/blade-formatter/releases/tag/v1.7.0
Congratulations on your release! I’ve confirmed that it works fine in my environment.