You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to both the readme here and the keybind help within viddy, pressing the s key should pause command execution.
However, this is not the case and only the shown output is kept from updating.
Steps to reproduce
Open two terminals
In the first run viddy "date | tee /tmp/date"
In the second run viddy "cat /tmp/date"
Press s in the first to "suspend execution"
Watch the file content keep updating in the second terminal but not in the first.
Affected Version
$ viddy -v
viddy version: 0.3.7
The text was updated successfully, but these errors were encountered:
According to both the readme here and the keybind help within viddy, pressing the
s
key should pause command execution.However, this is not the case and only the shown output is kept from updating.
Steps to reproduce
viddy "date | tee /tmp/date"
viddy "cat /tmp/date"
s
in the first to "suspend execution"Affected Version
The text was updated successfully, but these errors were encountered: