question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Question]Do you have plans for stdin support?

See original GitHub issue

Thanks 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:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
shufocommented, Aug 8, 2020
1reaction
yaegassycommented, Aug 9, 2020

Congratulations on your release! I’ve confirmed that it works fine in my environment.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found