Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Streaming UI improvements #6

Open
1 of 4 tasks
willcrichton opened this issue Jan 24, 2023 · 1 comment
Open
1 of 4 tasks

Streaming UI improvements #6

willcrichton opened this issue Jan 24, 2023 · 1 comment

Comments

@willcrichton
Copy link
Collaborator

willcrichton commented Jan 24, 2023

  1. Allow copying text out of screen (marking as WONTFIX since seems hard to support this in blessed. alt-click works on iterm)
  2. Figure out how to clear screen on process watch re-run-
  3. Show an icon on the bottom button when a critical process is failing
  4. Keyboard shortcut (tab?) for changing tabs
@willcrichton
Copy link
Collaborator Author

willcrichton commented Jan 26, 2023

Items 2 and 3 are tricky, since we would need watched processes to raise some kind of readable signal during watch. One option would be to print compiler-legible output, postprocess within Graco, then log back as human-readable. That's doable for esbuild, but doesn't seem straightforward for TS: microsoft/TypeScript#31566

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant