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
We can press c to copy selected text. We should also have f to find text in the whole task output.
Background
With the stream output, we can cmd+f to search the whole terminal output for some pattern. Let's say you are searching for some sort of console.log, such as checkItHere proceeded by some debug data. With stream it works mostly fine, although if you have many noisy tasks it might get even hard to navigate.
In tuicmd+f only searches in the current visible text. It doesn't scroll up or down to find that text. This is comprehensible due to how tui prints in the terminal.
However, there is no replacement for it.
Proposal
There should be a keybinding such as f to search in the whole output of the current selected task.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
We can press
cto copy selected text. We should also havefto find text in the whole task output.Background
With the
streamoutput, we cancmd+fto search the whole terminal output for some pattern. Let's say you are searching for some sort of console.log, such ascheckItHereproceeded by some debug data. Withstreamit works mostly fine, although if you have many noisy tasks it might get even hard to navigate.In
tuicmd+fonly searches in the current visible text. It doesn't scroll up or down to find that text. This is comprehensible due to howtuiprints in the terminal.However, there is no replacement for it.
Proposal
There should be a keybinding such as
fto search in the whole output of the current selected task.Beta Was this translation helpful? Give feedback.
All reactions