Replies: 2 comments
-
This is possible with the vim.api.nvim_chan_send(task.strategy.term_id, "\027[H\027[2J") |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks! This worked great. Incase other people find this discussion, I implemented the trigger as an action for the task list and made all auto detected tasks use the
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to clear the output from a long running task without needing to restart the task? Like the equivalent of in a standard mac terminal.
I leave a hot-reload server process running and sometimes I log some debug info but it gets really hard to find my latest output and I have to restart the task just to clear the output.
Beta Was this translation helpful? Give feedback.
All reactions