jquery.terminal icon indicating copy to clipboard operation
jquery.terminal copied to clipboard

Echo options and update doesn't work with pipe

Open jcubic opened this issue 3 years ago • 0 comments

Issue summary

Timer animation that updates the state doesn't work well with the pipe operator.

Steps to reproduce

  1. Open Pipe demo
  2. Enter timer | figlet
  3. Clear

Issues found:

  • It doesn't clear the timer
  • it doesn't render properly figlet
  • echo prompt is updated with timer
  • update should trigger the pipe again

jcubic avatar Aug 05 '21 10:08 jcubic