teditor  1.8.0@@fee5e94
Terminal based editor written in C++
watch-mode

All operations supported under watch-mode.

watch

Prompts for a command and start a watch on it. Sleep time between successive invocations of this shell command is controlled by the Option watch:defaultSleepMs. The stdout and stderr of the command will be printed in the current Buffer.

Note
Available since v1.8.0.

watch-sleep

Prompts for a command and then a sleep time (in ms) and starts a watch on it. The stdout and stderr of the command will be printed in the current Buffer.

Note
Available since v1.8.0.

watch::stop

Stops the currently running watch command.

Note
Available since v1.8.0.

watch::restart

Restarts the previously stopped watch command.

Note
Available since v1.8.0