Is it possible to use the BBEdit command line tool and update it progressively.
Example: (echo -n "foo"; sleep 3; echo " bar") | bbedit
This will appear after 3 seconds, but I want it to display foo and then wait and display foo bar.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If BBEdit is set to reload files when they change, you can create a temporary file, open it, and write to it with an interval of 3 seconds.
I haven’t found a way to pipe directly to BBEdit so that it updates after 3 seconds.