teditor
1.8.0@@fee5e94
Terminal based editor written in C++
|
All operations supported under watch-mode
.
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.
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.
Stops the currently running watch command.
Restarts the previously stopped watch command.