TUI is really hard to use #10491
jakeleventhal
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
|
In a terminal, cmd-shift-c is almost always copy, because cmd-c ends the current process. |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Another which I'm not sure how it will solve, is to ensure linebreak doesn't break link. For example, I often log the absolute path to a file -- with stream mode, I can CMD + Click to go to that file. With TUI, the line is broken into multiple lines, thus ruined my workflow |
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.
-
Goals
Make TUI more usable
Non-goals
Add functionality. This request is just regarding making the existing functionality work better.
Background
TUI is great for visually organizing tasks, but honestly I find it extremely hard to use. There are a number of issues that seem like intentional limitations that I'm not quite sure what the reason is.
Proposal
turbo x y zand have many tasks forx/y/zin my repo, a few hundreds tasks run. Most of the time the vast majority of these are cached. Using TUI makes it really difficult to find the tasks that are actively running. The cached actions should be hidden or collapsed somewhere by default. This is kind of along the lines of Turborepo is not really easy to read in GitHub actions #10483.JSON.stringify(x)to quickly viewxin my terminal. With TUI, there is no way to double click to copy a string. I have to scroll and am limited by the second point which takes quite a while for large objects (typically the use case for this)Beta Was this translation helpful? Give feedback.
All reactions